Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index b8b3a0bfb4f3c6f58ef26e1e16b7dfb77a3b35ed..bd9c0dc0ca67ce4d6d08742928797ca9d5fb594a 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -8,9 +8,12 @@ |
#include <memory> |
#include "src/allocation.h" |
-#include "src/ast/ast.h" |
#include "src/bailout-reason.h" |
#include "src/compilation-dependencies.h" |
+#include "src/contexts.h" |
+#include "src/frames.h" |
+#include "src/isolate.h" |
+#include "src/objects-inl.h" |
marja
2016/08/17 12:07:30
Note that ast.h used to include objects-inl.h via
|
#include "src/source-position-table.h" |
#include "src/source-position.h" |
#include "src/zone.h" |