| Index: sky/engine/platform/PlatformWheelEvent.h
|
| diff --git a/sky/engine/platform/PlatformWheelEvent.h b/sky/engine/platform/PlatformWheelEvent.h
|
| index 9c23179a9cf21e7d38e20f5a09c6cfe8fb4b5ac1..4aafb0ae53467372e9338c3b912aad41e8e5a760 100644
|
| --- a/sky/engine/platform/PlatformWheelEvent.h
|
| +++ b/sky/engine/platform/PlatformWheelEvent.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef PlatformWheelEvent_h
|
| #define PlatformWheelEvent_h
|
|
|
| -#include "platform/PlatformEvent.h"
|
| -#include "platform/geometry/IntPoint.h"
|
| +#include "sky/engine/platform/PlatformEvent.h"
|
| +#include "sky/engine/platform/geometry/IntPoint.h"
|
|
|
| namespace blink {
|
|
|
|
|