Chromium Code Reviews

Unified Diff: src/spaces.h

Issue 6931031: A tiny contribution for the IWYU day: Include allocation.h in every (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/scopeinfo.h ('k') | src/splay-tree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/spaces.h
===================================================================
--- src/spaces.h (revision 7795)
+++ src/spaces.h (working copy)
@@ -28,6 +28,7 @@
#ifndef V8_SPACES_H_
#define V8_SPACES_H_
+#include "allocation.h"
#include "list.h"
#include "log.h"
« no previous file with comments | « src/scopeinfo.h ('k') | src/splay-tree.h » ('j') | no next file with comments »

Powered by Google App Engine