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

Unified Diff: src/objects-inl.h

Issue 333013002: Check alpha-sorting of includes during presubmit. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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/objects-debug.cc ('k') | src/objects-printer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects-inl.h
diff --git a/src/objects-inl.h b/src/objects-inl.h
index e996662ef91beffbd09bfeeacd3fb35cceb0a529..0a459926d64debda37a54385f1119d5255c5536b 100644
--- a/src/objects-inl.h
+++ b/src/objects-inl.h
@@ -13,23 +13,23 @@
#define V8_OBJECTS_INL_H_
#include "src/base/atomicops.h"
-#include "src/elements.h"
-#include "src/objects.h"
#include "src/contexts.h"
#include "src/conversions-inl.h"
+#include "src/elements.h"
+#include "src/factory.h"
#include "src/field-index-inl.h"
+#include "src/heap-inl.h"
#include "src/heap.h"
+#include "src/incremental-marking.h"
#include "src/isolate.h"
-#include "src/heap-inl.h"
+#include "src/lookup.h"
+#include "src/objects.h"
+#include "src/objects-visiting.h"
#include "src/property.h"
#include "src/spaces.h"
#include "src/store-buffer.h"
-#include "src/v8memory.h"
-#include "src/factory.h"
-#include "src/incremental-marking.h"
#include "src/transitions-inl.h"
-#include "src/objects-visiting.h"
-#include "src/lookup.h"
+#include "src/v8memory.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/objects-debug.cc ('k') | src/objects-printer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698