Commit cdc4ea7
Prevent internal header dependencies from sneaking into external JSI headers
Summary:
hermes/hermes.h should not depend on VM internals. Remove
GCExecTrace.h, and replace it with a forward declaration.
To prevent this from happening in the future, refactor the
hermes_api_library macro to remove include:include from exported_deps.
Reviewed By: dulinriley
Differential Revision: D21308540
fbshipit-source-id: 4685c247518162e9108f259d808a8b2c4f0b20441 parent e777784 commit cdc4ea7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments