Chromium Code Reviews

Unified Diff: src/compiler/source-position.cc

Issue 1288053004: Remove inline header includes from non-inline headers (2). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-includes-object
Patch Set: Fix GCC compilation. Created 5 years, 4 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
« no previous file with comments | « src/compiler/node.h ('k') | src/conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/source-position.cc
diff --git a/src/compiler/source-position.cc b/src/compiler/source-position.cc
index 48361ecac771d92a2899fae83dcc014b02002424..aba77b36f37895550dffe6c52104aa541b0c2d99 100644
--- a/src/compiler/source-position.cc
+++ b/src/compiler/source-position.cc
@@ -5,6 +5,7 @@
#include "src/compiler/source-position.h"
#include "src/compiler/graph.h"
#include "src/compiler/node-aux-data.h"
+#include "src/objects-inl.h" // TODO(mstarzinger): Temporary cycle breaker!
namespace v8 {
namespace internal {
« no previous file with comments | « src/compiler/node.h ('k') | src/conversions.h » ('j') | no next file with comments »

Powered by Google App Engine