diff options
Diffstat (limited to 'fxjs')
-rw-r--r-- | fxjs/cfxjse_context.h | 1 | ||||
-rw-r--r-- | fxjs/fxjs_v8.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fxjs/cfxjse_context.h b/fxjs/cfxjse_context.h index 35d5b59cea..c00b76b02b 100644 --- a/fxjs/cfxjse_context.h +++ b/fxjs/cfxjse_context.h @@ -10,7 +10,6 @@ #include <memory> #include <vector> -#include "core/fxcrt/fx_basic.h" #include "fxjs/fxjse.h" #include "v8/include/v8.h" diff --git a/fxjs/fxjs_v8.cpp b/fxjs/fxjs_v8.cpp index 05986b4eb8..219ad51d39 100644 --- a/fxjs/fxjs_v8.cpp +++ b/fxjs/fxjs_v8.cpp @@ -8,7 +8,6 @@ #include <vector> -#include "core/fxcrt/fx_basic.h" #include "third_party/base/allocator/partition_allocator/partition_alloc.h" // Keep this consistent with the values defined in gin/public/context_holder.h |