| Index: sky/engine/core/events/MouseEvent.h
|
| diff --git a/sky/engine/core/events/MouseEvent.h b/sky/engine/core/events/MouseEvent.h
|
| index 46a413656b03e579a8ca2c66146a1915ade4a726..bd6054f12fafe6b0fd171b06bffc98805c051700 100644
|
| --- a/sky/engine/core/events/MouseEvent.h
|
| +++ b/sky/engine/core/events/MouseEvent.h
|
| @@ -24,9 +24,9 @@
|
| #ifndef MouseEvent_h
|
| #define MouseEvent_h
|
|
|
| -#include "core/events/EventDispatchMediator.h"
|
| -#include "core/events/MouseRelatedEvent.h"
|
| -#include "platform/PlatformMouseEvent.h"
|
| +#include "sky/engine/core/events/EventDispatchMediator.h"
|
| +#include "sky/engine/core/events/MouseRelatedEvent.h"
|
| +#include "sky/engine/platform/PlatformMouseEvent.h"
|
|
|
| namespace blink {
|
|
|
|
|