evas/evas3d: include evas3d header file properly.
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 25 Apr 2014 07:17:43 +0000 (16:17 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 25 Apr 2014 07:17:43 +0000 (16:17 +0900)
src/lib/evas/Evas.h
src/lib/evas/Evas_3D.h

index 05ac2c0..8101a30 100644 (file)
@@ -286,6 +286,7 @@ extern "C" {
 #endif
 
 #include <Evas_Common.h>
+#include <Evas_3D.h>
 #ifndef EFL_NOLEGACY_API_SUPPORT
 #include <Evas_Legacy.h>
 #endif
index 4a25246..95de2bf 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _EVAS_3D_H
 #define _EVAS_3D_H
 
-#include <Evas.h>
-
 typedef float   Evas_Real;
 
 typedef struct _Evas_3D_Scene    Evas_3D_Scene;