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

Unified Diff: src/v8threads.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.cc ('k') | src/variables.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8threads.cc
diff --git a/src/v8threads.cc b/src/v8threads.cc
index 12384454e59281d305a607c57ad84f85d6506f28..dba6bb43bdea7260f7e13033d757f899747fc769 100644
--- a/src/v8threads.cc
+++ b/src/v8threads.cc
@@ -8,8 +8,8 @@
#include "src/bootstrapper.h"
#include "src/debug.h"
#include "src/execution.h"
-#include "src/v8threads.h"
#include "src/regexp-stack.h"
+#include "src/v8threads.h"
namespace v8 {
« no previous file with comments | « src/v8.cc ('k') | src/variables.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698