summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/Icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/Icon.h')
-rw-r--r--WebCore/platform/graphics/Icon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/Icon.h b/WebCore/platform/graphics/Icon.h
index 59c732f..3390679 100644
--- a/WebCore/platform/graphics/Icon.h
+++ b/WebCore/platform/graphics/Icon.h
@@ -40,7 +40,7 @@ typedef struct HICON__* HICON;
#elif PLATFORM(GTK)
typedef struct _GdkPixbuf GdkPixbuf;
#elif PLATFORM(EFL)
-#include <Evas.h>
+typedef struct _Evas_Object Evas_Object;
#elif PLATFORM(CHROMIUM)
#include "PlatformIcon.h"
#endif