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

Unified Diff: src/isolate.h

Issue 2260483002: Include only stuff you need, part 3: includes in isolate.h. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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/ic/ic.cc ('k') | src/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 9de1aebb01824fe53ad23ea7475bf7ec9e0fdca5..eb1841d4d834532fa224ee82a07a56a7aac310a6 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -7,17 +7,11 @@
#include <memory>
#include <queue>
-#include <set>
#include "include/v8-debug.h"
#include "src/allocation.h"
-#include "src/assert-scope.h"
-#include "src/base/accounting-allocator.h"
#include "src/base/atomicops.h"
-#include "src/base/hashmap.h"
#include "src/builtins/builtins.h"
-#include "src/cancelable-task.h"
-#include "src/compiler-dispatcher/optimizing-compile-dispatcher.h"
#include "src/contexts.h"
#include "src/date.h"
#include "src/execution.h"
@@ -28,7 +22,6 @@
#include "src/heap/heap.h"
#include "src/messages.h"
#include "src/regexp/regexp-stack.h"
-#include "src/runtime-profiler.h"
#include "src/runtime/runtime.h"
#include "src/tracing/trace-event.h"
#include "src/zone.h"
@@ -36,6 +29,7 @@
namespace v8 {
namespace base {
+class AccountingAllocator;
class RandomNumberGenerator;
}
@@ -43,6 +37,7 @@ namespace internal {
class BasicBlockProfiler;
class Bootstrapper;
+class CancelableTaskManager;
class CallInterfaceDescriptorData;
class CodeAgingHelper;
class CodeEventDispatcher;
@@ -70,7 +65,9 @@ class InlineRuntimeFunctionsTable;
class InnerPointerToCodeCache;
class Logger;
class MaterializedObjectStore;
+class OptimizingCompileDispatcher;
class RegExpStack;
+class RuntimeProfiler;
class SaveContext;
class StatsTable;
class StringTracker;
« no previous file with comments | « src/ic/ic.cc ('k') | src/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698