diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index 05ac2c01e7..8101a30bd9 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h @@ -286,6 +286,7 @@ extern "C" { #endif #include +#include #ifndef EFL_NOLEGACY_API_SUPPORT #include #endif diff --git a/src/lib/evas/Evas_3D.h b/src/lib/evas/Evas_3D.h index 4a25246531..95de2bfbe1 100644 --- a/src/lib/evas/Evas_3D.h +++ b/src/lib/evas/Evas_3D.h @@ -1,8 +1,6 @@ #ifndef _EVAS_3D_H #define _EVAS_3D_H -#include - typedef float Evas_Real; typedef struct _Evas_3D_Scene Evas_3D_Scene;