summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/backend/instruction-codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/backend/instruction-codes.h')
-rw-r--r--deps/v8/src/compiler/backend/instruction-codes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/compiler/backend/instruction-codes.h b/deps/v8/src/compiler/backend/instruction-codes.h
index 9bce47b030..068164b57e 100644
--- a/deps/v8/src/compiler/backend/instruction-codes.h
+++ b/deps/v8/src/compiler/backend/instruction-codes.h
@@ -27,8 +27,8 @@
#define TARGET_ARCH_OPCODE_LIST(V)
#define TARGET_ADDRESSING_MODE_LIST(V)
#endif
-#include "src/globals.h"
-#include "src/utils.h"
+#include "src/compiler/write-barrier-kind.h"
+#include "src/utils/utils.h"
namespace v8 {
namespace internal {