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

Unified Diff: src/full-codegen.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/frames-inl.h ('k') | src/gdb-jit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/full-codegen.cc
diff --git a/src/full-codegen.cc b/src/full-codegen.cc
index 0c82eb3d82b0186c5f061273b351836742d1da7b..32241c29a92799ca2894e6090322785a5b413333 100644
--- a/src/full-codegen.cc
+++ b/src/full-codegen.cc
@@ -11,8 +11,8 @@
#include "src/liveedit.h"
#include "src/macro-assembler.h"
#include "src/prettyprinter.h"
-#include "src/scopes.h"
#include "src/scopeinfo.h"
+#include "src/scopes.h"
#include "src/snapshot.h"
#include "src/stub-cache.h"
« no previous file with comments | « src/frames-inl.h ('k') | src/gdb-jit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698