evas/evas3d: include evas3d header file properly.

This commit is contained in:
ChunEon Park 2014-04-25 16:17:43 +09:00
parent 8fda631730
commit 16b2dfeba5
2 changed files with 1 additions and 2 deletions

View 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

View 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;