summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/PlatformWheelEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/PlatformWheelEvent.h')
-rw-r--r--WebCore/platform/PlatformWheelEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/PlatformWheelEvent.h b/WebCore/platform/PlatformWheelEvent.h
index 6651334..6747392 100644
--- a/WebCore/platform/PlatformWheelEvent.h
+++ b/WebCore/platform/PlatformWheelEvent.h
@@ -33,7 +33,7 @@ typedef struct _GdkEventScroll GdkEventScroll;
#endif
#if PLATFORM(EFL)
-#include <Evas.h>
+typedef struct _Evas_Event_Mouse_Wheel Evas_Event_Mouse_Wheel;
#endif
#if PLATFORM(QT)