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

Unified Diff: src/mksnapshot.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/mips/stub-cache-mips.cc ('k') | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mksnapshot.cc
diff --git a/src/mksnapshot.cc b/src/mksnapshot.cc
index d4262c4cea1351af3c3f003487d1daa0f079810d..b3a5da7d5f68eb2242a030f635f30b701e64830d 100644
--- a/src/mksnapshot.cc
+++ b/src/mksnapshot.cc
@@ -14,10 +14,10 @@
#include "src/assembler.h"
#include "src/bootstrapper.h"
#include "src/flags.h"
+#include "src/list.h"
#include "src/natives.h"
#include "src/platform.h"
#include "src/serialize.h"
-#include "src/list.h"
using namespace v8;
« no previous file with comments | « src/mips/stub-cache-mips.cc ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698