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

Unified Diff: src/heap/heap.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/heap-profiler.cc ('k') | src/heap/heap-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 949e40276e8602e29329c56f285ca61ad9d9a960..982eddbfb4fcab637cac31b6a82a1609dd172b44 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -10,7 +10,6 @@
#include "src/allocation.h"
#include "src/assert-scope.h"
-#include "src/counters.h"
#include "src/globals.h"
#include "src/heap/gc-idle-time-handler.h"
#include "src/heap/gc-tracer.h"
@@ -21,7 +20,6 @@
#include "src/heap/spaces.h"
#include "src/heap/store-buffer.h"
#include "src/list.h"
-#include "src/splay-tree-inl.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/heap-profiler.cc ('k') | src/heap/heap-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698