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

Unified Diff: src/isolate.cc

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/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index b4b3c38289dcf1a3fc92f7eff04156c284f271a9..c888dd17f1fdee5d64effbcd28bd62c2329efe46 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -9,7 +9,6 @@
#include <fstream> // NOLINT(readability/streams)
#include <sstream>
-#include "src/ast/ast.h"
#include "src/ast/context-slot-cache.h"
#include "src/base/platform/platform.h"
#include "src/base/sys-info.h"
« src/frames.cc ('K') | « src/frames.cc ('k') | src/parsing/parameter-initializer-rewriter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698