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

Unified Diff: src/full-codegen/mips64/full-codegen-mips64.cc

Issue 2305883002: Remove unnessary includes of parser.h (Closed)
Patch Set: 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
Index: src/full-codegen/mips64/full-codegen-mips64.cc
diff --git a/src/full-codegen/mips64/full-codegen-mips64.cc b/src/full-codegen/mips64/full-codegen-mips64.cc
index bdd4fa290f6cdabc702ca65d79c74c2f8861452d..514050a0526f2b3bd8037bcfb3f51f7f34d6fb72 100644
--- a/src/full-codegen/mips64/full-codegen-mips64.cc
+++ b/src/full-codegen/mips64/full-codegen-mips64.cc
@@ -13,6 +13,7 @@
// next call: mov(a0, v0). This is not needed on the other architectures.
#include "src/full-codegen/full-codegen.h"
+#include "src/ast/compile-time-value.h"
#include "src/ast/scopes.h"
#include "src/code-factory.h"
#include "src/code-stubs.h"
@@ -21,7 +22,6 @@
#include "src/compiler.h"
#include "src/debug/debug.h"
#include "src/ic/ic.h"
-#include "src/parsing/parser.h"
#include "src/mips64/code-stubs-mips64.h"
#include "src/mips64/macro-assembler-mips64.h"

Powered by Google App Engine
This is Rietveld 408576698