Skip to content

Commit 69009a9

Browse files
authored
Merge pull request #1283 from NativeScript/vmutafov/fix-blobs-include
Move snapshot_blob.h and natives_blob.h include from Runtime.h to Run…
2 parents 3a86383 + 3e4fb5f commit 69009a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test-app/runtime/src/main/cpp/Runtime.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#include "NetworkDomainCallbackHandlers.h"
2929
#include "sys/system_properties.h"
3030
#include "ManualInstrumentation.h"
31+
#include <natives_blob.h>
32+
#include <snapshot_blob.h>
3133

3234
#ifdef APPLICATION_IN_DEBUG
3335
#include "JsV8InspectorClient.h"

test-app/runtime/src/main/cpp/Runtime.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#include "ModuleInternal.h"
1212
#include "File.h"
1313
#include <mutex>
14-
#include <natives_blob.h>
15-
#include <snapshot_blob.h>
1614

1715
jobject ConvertJsValueToJavaObject(tns::JEnv& env, const v8::Local<v8::Value>& value, int classReturnType);
1816

0 commit comments

Comments
 (0)