]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - profiler/ProfilerServer.mm
JavaScriptCore-554.1.tar.gz
[apple/javascriptcore.git] / profiler / ProfilerServer.mm
index 19cb6f0cecf36cefa00939a046f4f9894e8f1dd3..251c2e3eb1b8b96041e48b0ff532c113f00a1e54 100644 (file)
 
 #import "JSProfilerPrivate.h"
 #import "JSRetainPtr.h"
-
 #import <Foundation/Foundation.h>
 #if PLATFORM(IPHONE_SIMULATOR)
 #import <Foundation/NSDistributedNotificationCenter.h>
 #endif
 
+
 @interface ProfilerServer : NSObject {
 @private
     NSString *_serverName;