Skip to content

Commit b02d0cc

Browse files
committed
fix(ffi): drop two build-breaking stale includes from the reorg
NativeScript.mm and napi/ClassMember.mm each carried a leftover #include "runtime/NativeScriptException.h" at the pre-reorg path (the file now lives at runtime/apple/NativeScriptException.h) alongside the correct include — dead weight that happened to survive several rebase-conflict resolutions unnoticed until a from-scratch build hit "file not found".
1 parent e7e244d commit b02d0cc

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

NativeScript/ffi/objc/napi/ClassMember.mm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@
2222
#include "SignatureDispatch.h"
2323
#include "TypeConv.h"
2424
#include "Util.h"
25-
#include "Block.h"
26-
#include "Class.h"
2725
#include "runtime/apple/NativeScriptException.h"
2826
#include "js_native_api.h"
2927
#include "js_native_api_types.h"
3028
#include "node_api_util.h"
31-
#include "runtime/NativeScriptException.h"
3229

3330
namespace nativescript {
3431

NativeScript/runtime/apple/NativeScript.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include "ffi/objc/shared/Tasks.h"
66
#include "js_native_api.h"
77
#include "jsr.h"
8-
#include "runtime/NativeScriptException.h"
98

109
using namespace nativescript;
1110

0 commit comments

Comments
 (0)