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

Unified Diff: src/isolate.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/interpreter-irregexp.cc ('k') | src/json-stringifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 426a7389217134aab419458cf2e585c4917d41e0..9402dbf2b7073e40bd940d4559b3a10281465cfa 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -11,17 +11,17 @@
#include "src/base/atomicops.h"
#include "src/builtins.h"
#include "src/contexts.h"
+#include "src/date.h"
#include "src/execution.h"
#include "src/frames.h"
-#include "src/date.h"
#include "src/global-handles.h"
#include "src/handles.h"
#include "src/hashmap.h"
#include "src/heap.h"
#include "src/optimizing-compiler-thread.h"
#include "src/regexp-stack.h"
-#include "src/runtime-profiler.h"
#include "src/runtime.h"
+#include "src/runtime-profiler.h"
#include "src/zone.h"
namespace v8 {
« no previous file with comments | « src/interpreter-irregexp.cc ('k') | src/json-stringifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698