| Index: Source/WebCore/dom/Touch.h
|
| diff --git a/Source/WebCore/dom/Touch.h b/Source/WebCore/dom/Touch.h
|
| index b8979a652d6f8c4b49b9b8082d062ff1327ebb6c..5368906b72ee0efd148f8d7aa6e7c03efdd8b9b0 100644
|
| --- a/Source/WebCore/dom/Touch.h
|
| +++ b/Source/WebCore/dom/Touch.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef Touch_h
|
| #define Touch_h
|
|
|
| -#if ENABLE(TOUCH_EVENTS)
|
| -
|
| #include "EventTarget.h"
|
| #include "LayoutPoint.h"
|
| #include <wtf/PassRefPtr.h>
|
| @@ -89,6 +87,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(TOUCH_EVENTS)
|
| -
|
| #endif /* Touch_h */
|
|
|