Index: src/compiler/frame-states.h |
diff --git a/src/compiler/frame-states.h b/src/compiler/frame-states.h |
index 328679ff74f76d0053bc975736778b2e17053a59..0684f112aa998e3d3b3421beb430786e5e920e53 100644 |
--- a/src/compiler/frame-states.h |
+++ b/src/compiler/frame-states.h |
@@ -5,10 +5,15 @@ |
#ifndef V8_COMPILER_FRAME_STATES_H_ |
#define V8_COMPILER_FRAME_STATES_H_ |
-#include "src/handles-inl.h" |
+#include "src/handles.h" |
+#include "src/utils.h" |
namespace v8 { |
namespace internal { |
+ |
+// Forward declarations. |
+class SharedFunctionInfo; |
+ |
namespace compiler { |
// Flag that describes how to combine the current environment with |