| Index: sky/engine/core/events/WheelEvent.cpp
|
| diff --git a/sky/engine/core/events/WheelEvent.cpp b/sky/engine/core/events/WheelEvent.cpp
|
| index 8496ecdab70dedb555c1f771c422187af1c2dfd1..abdf09065035ff157339d5d63a84f74731d20790 100644
|
| --- a/sky/engine/core/events/WheelEvent.cpp
|
| +++ b/sky/engine/core/events/WheelEvent.cpp
|
| @@ -21,11 +21,11 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/events/WheelEvent.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/events/WheelEvent.h"
|
|
|
| -#include "platform/PlatformMouseEvent.h"
|
| -#include "platform/PlatformWheelEvent.h"
|
| +#include "sky/engine/platform/PlatformMouseEvent.h"
|
| +#include "sky/engine/platform/PlatformWheelEvent.h"
|
|
|
| namespace blink {
|
|
|
|
|