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

Unified Diff: src/assembler.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/arm64/utils-arm64.h ('k') | src/ast.h » ('j') | src/v8.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index ae78cd2820122d004cf3cdfd3a5bf6bdf27af6b6..937d7e9c4e85c0dfaa50308146d8598ab0840d28 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -35,12 +35,10 @@
#ifndef V8_ASSEMBLER_H_
#define V8_ASSEMBLER_H_
-#include "src/v8.h"
-
#include "src/allocation.h"
#include "src/builtins.h"
-#include "src/gdb-jit.h"
#include "src/isolate.h"
+#include "src/objects-inl.h"
#include "src/runtime/runtime.h"
#include "src/token.h"
« no previous file with comments | « src/arm64/utils-arm64.h ('k') | src/ast.h » ('j') | src/v8.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698