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

Unified Diff: src/zone-inl.h

Issue 9297052: Include what you use for the files zone* (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 11 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
« src/zone.cc ('K') | « src/zone.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/zone-inl.h
diff --git a/src/zone-inl.h b/src/zone-inl.h
index 7e506e7cac172c3f07d453c7566c3dfcc838e7bb..3c2e598fba30bc022fe83d909ab36b42364d07db 100644
--- a/src/zone-inl.h
+++ b/src/zone-inl.h
@@ -28,9 +28,17 @@
#ifndef V8_ZONE_INL_H_
#define V8_ZONE_INL_H_
+#include <stddef.h>
Kevin Millikin (Chromium) 2012/01/30 09:25:45 <stddef.h> and <stdint.h> come to us via ../includ
+#include <stdint.h>
+
+#include "checks.h"
Kevin Millikin (Chromium) 2012/01/30 09:25:45 Since zone.h includes checks.h, globals.h, and spl
+#include "counters.h"
+#include "globals.h"
#include "isolate.h"
-#include "zone.h"
+#include "splay-tree.h"
+#include "utils.h"
#include "v8-counters.h"
+#include "zone.h"
Kevin Millikin (Chromium) 2012/01/30 09:25:45 Please include zone.h first, separated from the ot
namespace v8 {
namespace internal {
« src/zone.cc ('K') | « src/zone.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698