| Index: Source/WebCore/dom/TouchList.h
|
| diff --git a/Source/WebCore/dom/TouchList.h b/Source/WebCore/dom/TouchList.h
|
| index 639b73ce639713ea124905a2682b27f4ed45db91..e266f86bde1938f1ff05d12426b2f8e6fbc1a0cd 100644
|
| --- a/Source/WebCore/dom/TouchList.h
|
| +++ b/Source/WebCore/dom/TouchList.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef TouchList_h
|
| #define TouchList_h
|
|
|
| -#if ENABLE(TOUCH_EVENTS)
|
| -
|
| #include "Touch.h"
|
| #include <wtf/RefCounted.h>
|
| #include <wtf/Vector.h>
|
| @@ -56,6 +54,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(TOUCH_EVENTS)
|
| -
|
| #endif /* TouchList_h */
|
|
|