| Index: Source/core/platform/PlatformWheelEvent.h
|
| diff --git a/Source/core/platform/PlatformWheelEvent.h b/Source/core/platform/PlatformWheelEvent.h
|
| index 894c776154fec8d96bf0e8f65416a29bef529f88..3dd1ef195b323f5a7e8fce9de1ee75c6a2a3168f 100644
|
| --- a/Source/core/platform/PlatformWheelEvent.h
|
| +++ b/Source/core/platform/PlatformWheelEvent.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef PlatformWheelEvent_h
|
| #define PlatformWheelEvent_h
|
|
|
| -#include "core/platform/PlatformEvent.h"
|
| #include "core/platform/graphics/IntPoint.h"
|
| +#include "platform/PlatformEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|