Commit b02d0cc
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | | - | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments