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

Unified Diff: src/gdb-jit.cc

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/dateparser-inl.h ('k') | src/heap-profiler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gdb-jit.cc
diff --git a/src/gdb-jit.cc b/src/gdb-jit.cc
index 44dd449106351d38cba2c84a911b19a6c942570b..efe83d243ee8258a65adaea0f0e8c3b66460106d 100644
--- a/src/gdb-jit.cc
+++ b/src/gdb-jit.cc
@@ -16,6 +16,7 @@
#include "src/objects.h"
#include "src/ostreams.h"
#include "src/snapshot/natives.h"
+#include "src/splay-tree-inl.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/dateparser-inl.h ('k') | src/heap-profiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698