| Index: sky/engine/core/dom/Touch.h
|
| diff --git a/sky/engine/core/dom/Touch.h b/sky/engine/core/dom/Touch.h
|
| index e0e66a3230fe6cbc313293260366a9925000fe21..732715b97c0a1dc052a47862fa6a3454b661e4b5 100644
|
| --- a/sky/engine/core/dom/Touch.h
|
| +++ b/sky/engine/core/dom/Touch.h
|
| @@ -26,15 +26,15 @@
|
| #ifndef Touch_h
|
| #define Touch_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "core/events/EventTarget.h"
|
| -#include "platform/geometry/FloatPoint.h"
|
| -#include "platform/geometry/FloatSize.h"
|
| -#include "platform/geometry/LayoutPoint.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/core/events/EventTarget.h"
|
| +#include "sky/engine/platform/geometry/FloatPoint.h"
|
| +#include "sky/engine/platform/geometry/FloatSize.h"
|
| +#include "sky/engine/platform/geometry/LayoutPoint.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|