From 16b2dfeba5aa39bc93512a43660d13a6614e8d66 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Fri, 25 Apr 2014 16:17:43 +0900 Subject: [PATCH] evas/evas3d: include evas3d header file properly. --- src/lib/evas/Evas.h | 1 + src/lib/evas/Evas_3D.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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;