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

Unified Diff: src/platform-cygwin.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/parser.h ('k') | src/platform-freebsd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform-cygwin.cc
diff --git a/src/platform-cygwin.cc b/src/platform-cygwin.cc
index 91235cfb0aedcc7656b85d8c253dc3764bd1b309..ea72fd11c3ad354f2c2efa209d142a7bcd5efffc 100644
--- a/src/platform-cygwin.cc
+++ b/src/platform-cygwin.cc
@@ -10,8 +10,8 @@
#include <semaphore.h>
#include <stdarg.h>
#include <strings.h> // index
-#include <sys/time.h>
#include <sys/mman.h> // mmap & munmap
+#include <sys/time.h>
#include <unistd.h> // sysconf
#undef MAP_TYPE
« no previous file with comments | « src/parser.h ('k') | src/platform-freebsd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698