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

Unified Diff: src/v8.cc

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/v8.h ('k') | src/v8threads.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.cc
diff --git a/src/v8.cc b/src/v8.cc
index 8aba51ac9a67a4260d85e37e42286f48e0b427cf..d3ba9fb2db6cd74097567f063624414b447fe74a 100644
--- a/src/v8.cc
+++ b/src/v8.cc
@@ -6,22 +6,22 @@
#include "src/assembler.h"
#include "src/base/once.h"
-#include "src/isolate.h"
-#include "src/elements.h"
#include "src/bootstrapper.h"
#include "src/debug.h"
#include "src/deoptimizer.h"
+#include "src/elements.h"
#include "src/frames.h"
#include "src/heap-profiler.h"
#include "src/hydrogen.h"
+#include "src/isolate.h"
#ifdef V8_USE_DEFAULT_PLATFORM
#include "src/libplatform/default-platform.h"
#endif
#include "src/lithium-allocator.h"
#include "src/objects.h"
#include "src/platform.h"
-#include "src/sampler.h"
#include "src/runtime-profiler.h"
+#include "src/sampler.h"
#include "src/serialize.h"
#include "src/store-buffer.h"
« no previous file with comments | « src/v8.h ('k') | src/v8threads.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698