Index: Source/core/platform/mac/ScrollElasticityController.mm |
diff --git a/Source/core/platform/mac/ScrollElasticityController.mm b/Source/core/platform/mac/ScrollElasticityController.mm |
index 3fad9fb385a717bebe0aa1c5703bd0328a6041ec..cb99b027ee98af6d60e2ce69b89cb4e4b14f5af8 100644 |
--- a/Source/core/platform/mac/ScrollElasticityController.mm |
+++ b/Source/core/platform/mac/ScrollElasticityController.mm |
@@ -26,10 +26,10 @@ |
#include "config.h" |
#include "ScrollElasticityController.h" |
-#include "PlatformWheelEvent.h" |
-#include "WebCoreSystemInterface.h" |
-#include <sys/time.h> |
#include <sys/sysctl.h> |
+#include <sys/time.h> |
+#include "WebCoreSystemInterface.h" |
+#include "core/platform/PlatformWheelEvent.h" |
#if ENABLE(RUBBER_BANDING) |