| Index: sky/engine/platform/PlatformMouseEvent.h
|
| diff --git a/sky/engine/platform/PlatformMouseEvent.h b/sky/engine/platform/PlatformMouseEvent.h
|
| index 488bd0c211c910e5137fe452603608f3484de634..667053a252acdd09603c67325e7d227c7262706b 100644
|
| --- a/sky/engine/platform/PlatformMouseEvent.h
|
| +++ b/sky/engine/platform/PlatformMouseEvent.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef PlatformMouseEvent_h
|
| #define PlatformMouseEvent_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 {
|
|
|
|
|