| Index: sky/engine/platform/PlatformGestureEvent.h
|
| diff --git a/sky/engine/platform/PlatformGestureEvent.h b/sky/engine/platform/PlatformGestureEvent.h
|
| index 86659a0ea211c75c9d3490174c55b2b1da779095..356abc79f9478954f939fa133eeafc0c38bfd2de 100644
|
| --- a/sky/engine/platform/PlatformGestureEvent.h
|
| +++ b/sky/engine/platform/PlatformGestureEvent.h
|
| @@ -26,12 +26,12 @@
|
| #ifndef PlatformGestureEvent_h
|
| #define PlatformGestureEvent_h
|
|
|
| -#include "platform/PlatformEvent.h"
|
| -#include "platform/geometry/FloatPoint.h"
|
| -#include "platform/geometry/IntPoint.h"
|
| -#include "platform/geometry/IntSize.h"
|
| -#include "wtf/Assertions.h"
|
| #include <string.h>
|
| +#include "sky/engine/platform/PlatformEvent.h"
|
| +#include "sky/engine/platform/geometry/FloatPoint.h"
|
| +#include "sky/engine/platform/geometry/IntPoint.h"
|
| +#include "sky/engine/platform/geometry/IntSize.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|