Index: Source/core/platform/mac/ScrollElasticityController.mm |
diff --git a/Source/core/platform/mac/ScrollElasticityController.mm b/Source/core/platform/mac/ScrollElasticityController.mm |
index b7d768a9b85304200d7e897104cdb9a6d6f38c72..f2693a78419fdfbef4c9fbb3469b542613db3360 100644 |
--- a/Source/core/platform/mac/ScrollElasticityController.mm |
+++ b/Source/core/platform/mac/ScrollElasticityController.mm |
@@ -26,9 +26,9 @@ |
#include "config.h" |
#include "core/platform/mac/ScrollElasticityController.h" |
+#include "platform/PlatformWheelEvent.h" |
#include <sys/sysctl.h> |
#include <sys/time.h> |
-#include "core/platform/PlatformWheelEvent.h" |
#if USE(RUBBER_BANDING) |