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

Unified Diff: src/d8.h

Issue 1283033003: Remove inline header includes from non-inline headers (1). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix GCC for realz. Created 5 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
« no previous file with comments | « src/cpu-profiler.cc ('k') | src/d8-posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.h
diff --git a/src/d8.h b/src/d8.h
index 58107eb1df384e2e3270f0eec4474b2e01a5b651..16f612c97ad47b981fbec6b35a60ff4039d04773 100644
--- a/src/d8.h
+++ b/src/d8.h
@@ -7,9 +7,9 @@
#ifndef V8_SHARED
#include "src/allocation.h"
+#include "src/base/platform/time.h"
#include "src/hashmap.h"
#include "src/list.h"
-#include "src/objects-inl.h"
#else
#include "include/v8.h"
#include "src/base/compiler-specific.h"
« no previous file with comments | « src/cpu-profiler.cc ('k') | src/d8-posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698