| Index: sky/engine/core/events/MouseRelatedEvent.h
|
| diff --git a/sky/engine/core/events/MouseRelatedEvent.h b/sky/engine/core/events/MouseRelatedEvent.h
|
| index 4b24bfda4933dcbee6ab22bd43344b98fb1f4dd5..a3e6059652441a57bc9e2bb5535716fdd3b91ebe 100644
|
| --- a/sky/engine/core/events/MouseRelatedEvent.h
|
| +++ b/sky/engine/core/events/MouseRelatedEvent.h
|
| @@ -24,8 +24,8 @@
|
| #ifndef MouseRelatedEvent_h
|
| #define MouseRelatedEvent_h
|
|
|
| -#include "core/events/UIEventWithKeyState.h"
|
| -#include "platform/geometry/LayoutPoint.h"
|
| +#include "sky/engine/core/events/UIEventWithKeyState.h"
|
| +#include "sky/engine/platform/geometry/LayoutPoint.h"
|
|
|
| namespace blink {
|
|
|
|
|