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

Unified Diff: test/cctest/test-compiler.cc

Issue 2305883002: Remove unnessary includes of parser.h (Closed)
Patch Set: More fixes in asm-js.h Created 4 years, 3 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
« no previous file with comments | « test/cctest/test-api-interceptors.cc ('k') | test/cctest/test-javascript-arm64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-compiler.cc
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc
index aef10f1f7a98938e7425b2b88654b2c64128d764..88f6af2a26cb56f41ac6eb71f7a95e768265e298 100644
--- a/test/cctest/test-compiler.cc
+++ b/test/cctest/test-compiler.cc
@@ -30,10 +30,11 @@
#include "src/v8.h"
+#include "src/api.h"
#include "src/compiler.h"
#include "src/disasm.h"
+#include "src/factory.h"
#include "src/interpreter/interpreter.h"
-#include "src/parsing/parser.h"
#include "test/cctest/cctest.h"
using namespace v8::internal;
« no previous file with comments | « test/cctest/test-api-interceptors.cc ('k') | test/cctest/test-javascript-arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698