Chromium Code Reviews

Unified Diff: src/compiler.cc

Issue 6903175: Simplify include dependencies. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Added new file, modified .gyp file. Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/compiler.cc
diff --git a/src/compiler.cc b/src/compiler.cc
index 16250af86776bc4b1cb7f29ea7f55992a37489b4..e9b48cb070e8ecc744b281da8cc6597740091584 100755
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -32,7 +32,6 @@
#include "bootstrapper.h"
#include "codegen.h"
#include "compilation-cache.h"
-#include "data-flow.h"
#include "debug.h"
#include "full-codegen.h"
#include "gdb-jit.h"

Powered by Google App Engine