aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/backend/instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/backend/instruction.h')
-rw-r--r--deps/v8/src/compiler/backend/instruction.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/deps/v8/src/compiler/backend/instruction.h b/deps/v8/src/compiler/backend/instruction.h
index a2084a294b..61875a1a17 100644
--- a/deps/v8/src/compiler/backend/instruction.h
+++ b/deps/v8/src/compiler/backend/instruction.h
@@ -11,15 +11,15 @@
#include <set>
#include "src/base/compiler-specific.h"
+#include "src/codegen/external-reference.h"
+#include "src/codegen/register-arch.h"
+#include "src/codegen/source-position.h"
+#include "src/common/globals.h"
#include "src/compiler/backend/instruction-codes.h"
#include "src/compiler/common-operator.h"
#include "src/compiler/frame.h"
#include "src/compiler/opcodes.h"
-#include "src/double.h"
-#include "src/external-reference.h"
-#include "src/globals.h"
-#include "src/register-arch.h"
-#include "src/source-position.h"
+#include "src/numbers/double.h"
#include "src/zone/zone-allocator.h"
namespace v8 {