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

Unified Diff: src/basic-block-profiler.h

Issue 1282503003: Remove several grab-bag includes from the v8.h header. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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/ast-literal-reindexer.h ('k') | src/compiler.cc » ('j') | src/v8.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/basic-block-profiler.h
diff --git a/src/basic-block-profiler.h b/src/basic-block-profiler.h
index 0f7b15533de6e41cbd7409a0696001b0d52a927c..2e7ac9c8040d2b9cd963dec7d53ec427c2d38c20 100644
--- a/src/basic-block-profiler.h
+++ b/src/basic-block-profiler.h
@@ -8,8 +8,9 @@
#include <iosfwd>
#include <list>
#include <string>
+#include <vector>
-#include "src/v8.h"
+#include "src/base/macros.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/ast-literal-reindexer.h ('k') | src/compiler.cc » ('j') | src/v8.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698