diff --git a/src/js_init.h b/src/js_init.h index 0c4ba01d..fdc70d1f 100644 --- a/src/js_init.h +++ b/src/js_init.h @@ -2,7 +2,7 @@ * Proprietary and Confidential */ -#import +#import #ifdef __cplusplus extern "C" { diff --git a/src/js_util.hpp b/src/js_util.hpp index 6967f80a..14ef431e 100644 --- a/src/js_util.hpp +++ b/src/js_util.hpp @@ -2,7 +2,7 @@ * Proprietary and Confidential */ -#include +#include #include #include #include "property.hpp" diff --git a/src/rpc.hpp b/src/rpc.hpp index 3ae47f01..be57c36a 100644 --- a/src/rpc.hpp +++ b/src/rpc.hpp @@ -5,7 +5,7 @@ #pragma once #import "json.hpp" -#import +#import namespace realm { class ObjectSchema;