summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/efl/RenderThemeEfl.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/efl/RenderThemeEfl.h')
-rw-r--r--WebCore/platform/efl/RenderThemeEfl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/platform/efl/RenderThemeEfl.h b/WebCore/platform/efl/RenderThemeEfl.h
index 3ebd29d..22e0608 100644
--- a/WebCore/platform/efl/RenderThemeEfl.h
+++ b/WebCore/platform/efl/RenderThemeEfl.h
@@ -32,10 +32,11 @@
#include "RenderTheme.h"
-#include <Ecore_Evas.h>
-#include <Evas.h>
#include <cairo.h>
+typedef struct _Ecore_Evas Ecore_Evas;
+typedef struct _Evas_Object Evas_Object;
+
namespace WebCore {
enum FormType { // KEEP IN SYNC WITH edjeGroupFromFormType()