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

Unified Diff: src/heap/store-buffer.cc

Issue 1291833003: Remove grab-bag includes of v8.h from heap. (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
Index: src/heap/store-buffer.cc
diff --git a/src/heap/store-buffer.cc b/src/heap/store-buffer.cc
index e6430d5a2ab3b7156234dd3673b61e6fcff6fc78..97dcf1bf19e8e5f14faea30a31c9ccd037b0dcc8 100644
--- a/src/heap/store-buffer.cc
+++ b/src/heap/store-buffer.cc
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include <algorithm>
+#include "src/heap/store-buffer.h"
-#include "src/v8.h"
+#include <algorithm>
#include "src/counters.h"
#include "src/heap/store-buffer-inl.h"
+#include "src/v8.h"
Michael Lippautz 2015/08/17 12:41:51 :(
Michael Starzinger 2015/08/17 12:46:46 Acknowledged. Likewise.
namespace v8 {
namespace internal {
« src/heap/heap.cc ('K') | « src/heap/spaces.cc ('k') | src/heap/store-buffer-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698