diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index 05ac2c01e7..f68527e341 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h @@ -252,6 +252,8 @@ /* This include has been added to support Eo in Evas */ #include +#include + #include diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index e46014fa17..a807e0a963 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h @@ -2,10 +2,6 @@ # error You shall not include this header directly #endif -#include - -#include - EAPI extern const Eo_Event_Description _EVAS_CANVAS_EVENT_FOCUS_IN; EAPI extern const Eo_Event_Description _EVAS_CANVAS_EVENT_FOCUS_OUT; EAPI extern const Eo_Event_Description _EVAS_CANVAS_EVENT_RENDER_FLUSH_PRE;