fix for wrong headers when building release

This commit is contained in:
Ari Lazier 2015-11-17 12:44:17 -08:00
parent fbd59381bb
commit 419982808b
1 changed files with 1 additions and 4 deletions

View File

@ -10,9 +10,7 @@ extern "C" {
#import <objc/runtime.h>
#import <dlfcn.h>
#if DEBUG
#import <GCDWebServers/GCDWebServers.h>
#endif
#import "shared_realm.hpp"
@interface NSObject ()
- (instancetype)initWithJSContext:(void *)context;
@ -51,7 +49,6 @@ JSGlobalContextRef RealmReactGetJSGlobalContextForExecutor(id executor, bool cre
#if DEBUG
#import <GCDWebServers/GCDWebServers.h>
#import <RealmJS/RealmRPC.hpp>
#import "shared_realm.hpp"
@interface RealmReact () {
GCDWebServer *_webServer;