Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: src/compiler.h

Issue 2246203005: include only stuff you need, part 1: ast.h, ast-value-factory.h. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: . Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698