evas - removed unncessary header include

it's already done in evas_common_private.h. no need it in each file.
This commit is contained in:
ChunEon Park 2014-04-29 15:44:29 +09:00
parent 6904354fed
commit c399017cef
23 changed files with 2 additions and 79 deletions

View File

@ -1,8 +1,6 @@
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"
Eina_Hash* signals_hash_table = NULL;
static const Eo_Event_Description *_evas_clickable_interface_event_desc[];
@ -58,4 +56,4 @@ _evas_signal_interface_class_destructor(Eo_Class *klass EINA_UNUSED)
#include "canvas/evas_clickable_interface.eo.c"
#include "canvas/evas_scrollable_interface.eo.c"
#include "canvas/evas_selectable_interface.eo.c"
#include "canvas/evas_zoomable_interface.eo.c"
#include "canvas/evas_zoomable_interface.eo.c"

View File

@ -1,11 +1,8 @@
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"
#define MY_CLASS EVAS_3D_CAMERA_CLASS
static Eina_Bool
_camera_node_change_notify(const Eina_Hash *hash EINA_UNUSED, const void *key,
void *data EINA_UNUSED, void *fdata)

View File

@ -1,17 +1,10 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include <math.h>
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"
#define MY_CLASS EVAS_3D_LIGHT_CLASS
static Eina_Bool
_light_node_change_notify(const Eina_Hash *hash EINA_UNUSED, const void *key,
void *data EINA_UNUSED, void *fdata)

View File

@ -1,13 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"
#define MY_CLASS EVAS_3D_MATERIAL_CLASS
static Eina_Bool

View File

@ -1,13 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"
#define MY_CLASS EVAS_3D_MESH_CLASS
static Evas_3D_Mesh_Frame *

View File

@ -1,13 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"
#define MY_CLASS EVAS_3D_NODE_CLASS
#define MY_CLASS_NAME "Evas_3D_Node"

View File

@ -1,8 +1,6 @@
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"
#define MY_CLASS EVAS_3D_OBJECT_CLASS
EOLIAN static void

View File

@ -1,13 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"
#define MY_CLASS EVAS_3D_SCENE_CLASS
void

View File

@ -1,13 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"
#define MY_CLASS EVAS_3D_TEXTURE_CLASS
static inline void

View File

@ -1,6 +1,3 @@
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"
#include "canvas/evas_common_interface.eo.c"
#include "canvas/evas_common_interface.eo.c"

View File

@ -5,8 +5,6 @@
# undef remove
#endif
#include <Eo.h>
#define MY_CLASS_NAME "Evas_Box"
#define MY_CLASS_NAME_LEGACY "Evas_Object_Box"

View File

@ -2,8 +2,6 @@
#include "evas_private.h"
#include <errno.h>
#include <Eo.h>
#define MY_CLASS EVAS_OBJ_GRID_CLASS
typedef struct _Evas_Grid_Data Evas_Grid_Data;

View File

@ -1,7 +1,3 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
@ -20,8 +16,6 @@
#include "../common/evas_convert_yuv.h"
#include "evas_filter.h"
#include <Eo.h>
#define MY_CLASS EVAS_OBJ_IMAGE_CLASS
#define MY_CLASS_NAME "Evas_Image"

View File

@ -1,8 +1,6 @@
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"
#define MY_CLASS EVAS_OBJ_LINE_CLASS
/* private magic number for line objects */

View File

@ -3,8 +3,6 @@
EVAS_MEMPOOL(_mp_sh);
#include "Eo.h"
#define MY_CLASS EVAS_OBJ_CLASS
#define MY_CLASS_NAME "Evas_Object"

View File

@ -1,8 +1,6 @@
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"
#define MY_CLASS EVAS_OBJ_POLYGON_CLASS
/* private magic number for polygon objects */

View File

@ -1,8 +1,6 @@
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"
#define MY_CLASS EVAS_OBJ_RECTANGLE_CLASS
/* private magic number for rectangle objects */

View File

@ -1,8 +1,6 @@
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"
#define MY_CLASS EVAS_OBJ_SMART_CLASS
#define MY_CLASS_NAME "Evas_Smart"

View File

@ -2,8 +2,6 @@
#include "evas_private.h"
#include <errno.h>
#include <Eo.h>
#define MY_CLASS EVAS_OBJ_TABLE_CLASS
#define MY_CLASS_NAME "Evas_Table"

View File

@ -2,8 +2,6 @@
#include "evas_private.h"
#include "evas_filter.h"
#include "Eo.h"
#define MY_CLASS EVAS_OBJ_TEXT_CLASS
#define MY_CLASS_NAME "Evas_Text"

View File

@ -65,8 +65,6 @@
#include "evas_private.h"
#include <stdlib.h>
#include "Eo.h"
//#define LYDBG(f, args...) printf(f, ##args)
#define LYDBG(f, args...)

View File

@ -1,8 +1,6 @@
#include "evas_common_private.h" /* Includes evas_bidi_utils stuff. */
#include "evas_private.h"
#include "Eo.h"
#define MY_CLASS EVAS_OBJ_TEXTGRID_CLASS
#define MY_CLASS_NAME "Evas_Textgrid"

View File

@ -5,8 +5,6 @@
#include "evas_cs2_private.h"
#endif
#include <Eo.h>
#define MY_CLASS EVAS_OUT_CLASS
typedef struct _Evas_Out_Data Evas_Out_Data;
struct _Evas_Out_Data