summaryrefslogtreecommitdiff
path: root/deps/v8/src/register-allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/register-allocator.h')
-rw-r--r--deps/v8/src/register-allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/register-allocator.h b/deps/v8/src/register-allocator.h
index 0fbc83b82..456453391 100644
--- a/deps/v8/src/register-allocator.h
+++ b/deps/v8/src/register-allocator.h
@@ -29,7 +29,7 @@
#define V8_REGISTER_ALLOCATOR_H_
#include "macro-assembler.h"
-#include "type-info-inl.h"
+#include "type-info.h"
#if V8_TARGET_ARCH_IA32
#include "ia32/register-allocator-ia32.h"