Index: third_party/WebKit/Source/platform/wtf/ThreadingPthreads.cpp |
diff --git a/third_party/WebKit/Source/platform/wtf/ThreadingPthreads.cpp b/third_party/WebKit/Source/platform/wtf/ThreadingPthreads.cpp |
index 763081ed0b4b6eec315fc2c9153dcb4168ad631f..bb603d861302c334a2ce1b7b47c751cf3dfacf02 100644 |
--- a/third_party/WebKit/Source/platform/wtf/ThreadingPthreads.cpp |
+++ b/third_party/WebKit/Source/platform/wtf/ThreadingPthreads.cpp |
@@ -32,6 +32,10 @@ |
#if OS(POSIX) |
+#include <errno.h> |
+#include <limits.h> |
+#include <sched.h> |
+#include <sys/time.h> |
#include "platform/wtf/CurrentTime.h" |
#include "platform/wtf/DateMath.h" |
#include "platform/wtf/HashMap.h" |
@@ -40,10 +44,6 @@ |
#include "platform/wtf/ThreadingPrimitives.h" |
#include "platform/wtf/WTFThreadData.h" |
#include "platform/wtf/dtoa/double-conversion.h" |
-#include <errno.h> |
-#include <limits.h> |
-#include <sched.h> |
-#include <sys/time.h> |
#if OS(MACOSX) |
#include <objc/objc-auto.h> |