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

Unified Diff: src/assembler.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/arm64/regexp-macro-assembler-arm64.h ('k') | src/ast.h » ('j') | no next file with comments »
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 937d7e9c4e85c0dfaa50308146d8598ab0840d28..a4c19e6b027bbfdddc97bdec2dd5ab02addce19d 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -38,17 +38,19 @@
#include "src/allocation.h"
#include "src/builtins.h"
#include "src/isolate.h"
-#include "src/objects-inl.h"
#include "src/runtime/runtime.h"
#include "src/token.h"
namespace v8 {
+// Forward declarations.
class ApiFunction;
namespace internal {
+// Forward declarations.
class StatsCounter;
+
// -----------------------------------------------------------------------------
// Platform independent assembler base class.
« no previous file with comments | « src/arm64/regexp-macro-assembler-arm64.h ('k') | src/ast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698