evas - removed unncessary header include
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 29 Apr 2014 06:44:29 +0000 (15:44 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 29 Apr 2014 06:44:29 +0000 (15:44 +0900)
it's already done in evas_common_private.h. no need it in each file.

23 files changed:
src/lib/evas/canvas/common_interfaces.c
src/lib/evas/canvas/evas_3d_camera.c
src/lib/evas/canvas/evas_3d_light.c
src/lib/evas/canvas/evas_3d_material.c
src/lib/evas/canvas/evas_3d_mesh.c
src/lib/evas/canvas/evas_3d_node.c
src/lib/evas/canvas/evas_3d_object.c
src/lib/evas/canvas/evas_3d_scene.c
src/lib/evas/canvas/evas_3d_texture.c
src/lib/evas/canvas/evas_common_interface.c
src/lib/evas/canvas/evas_object_box.c
src/lib/evas/canvas/evas_object_grid.c
src/lib/evas/canvas/evas_object_image.c
src/lib/evas/canvas/evas_object_line.c
src/lib/evas/canvas/evas_object_main.c
src/lib/evas/canvas/evas_object_polygon.c
src/lib/evas/canvas/evas_object_rectangle.c
src/lib/evas/canvas/evas_object_smart.c
src/lib/evas/canvas/evas_object_table.c
src/lib/evas/canvas/evas_object_text.c
src/lib/evas/canvas/evas_object_textblock.c
src/lib/evas/canvas/evas_object_textgrid.c
src/lib/evas/canvas/evas_out.c

index faa46c5e5dab1919437785e4fc41505284b06007..21af58b9f3aace8d61ebfea34923340680af0970 100644 (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"
\ No newline at end of file
+#include "canvas/evas_zoomable_interface.eo.c"
index 308c083ee462ce6d7454b8e29e8f6f91dbd170b9..896d563bd3919b5cc53f417dbdd361b5007ead5b 100644 (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)
index a91766111b6f507f88dd6c88f31b93ae9500c6f8..0e8600d9ecafa74ba3b94e13260a102f7e5a3b5d 100644 (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)
index d706f23df43a6ebf9cc0278d5a7be5094aaaf28f..99d28f394284c02d1abd7bd24030bf91a251f34a 100644 (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
index 4007145680991e9b84278743cc0406c5e818c542..e49b9a8e8c98e903867848614c2d08c26b3dbf11 100644 (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 *
index b978da8798a7a93045886db39fa6afefcec0b527..27feb346c98da53645fa2684a4b56992943f570f 100644 (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"
 
index 0ef842c2101c0534305955a5df18aa072e066678..8116d098c4f7e5d306f03c2f4318653ba25eca1e 100644 (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
index 966da9cb9b8d1f43d0b678d67c5a2c2816d07d12..ddff5be2fd05ab2e2bb6b565b8a231b571d79cd0 100644 (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
index 9cfaace27e0faa0b267d7011c220c3adbf25afe2..eae825698c752bdf6ea01b9581ace1aaf147334d 100644 (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
index 2b205acbdd2dfb0d13a6236810453c8ec7b94d2d..eb90b0ba2f83a815184ee59b44454c51b7001838 100644 (file)
@@ -1,6 +1,3 @@
 #include "evas_common_private.h"
 #include "evas_private.h"
-
-#include "Eo.h"
-
-#include "canvas/evas_common_interface.eo.c"
\ No newline at end of file
+#include "canvas/evas_common_interface.eo.c"
index 903578f232e7bfb85b302aee751e90e1ee8d39e2..f4d99e1bcc3a48533f1b317f521c5a08b4de0309 100644 (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"
 
index 87f21e577fbb88f7f634a918de6fca09cccbfa97..7af3ad9994e6c0cbf80ae34c9182ab64f7769496 100644 (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;
index 7a82c1e0f610ecd9115ad6927e571d64f5f4e7b8..062da1c2887d510655c724487a26b6e28d9d66b0 100644 (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"
index 5968d8a00169aa7cc888a34e46edacf3159d668b..247777a7755717ed4b985368736576a242634fc0 100644 (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 */
index 020914cca42c33f8fe2fbad801409cd1f498291a..15a3a4ed83cf758b0701a4ca05e1e687302676ad 100644 (file)
@@ -3,8 +3,6 @@
 
 EVAS_MEMPOOL(_mp_sh);
 
-#include "Eo.h"
-
 #define MY_CLASS EVAS_OBJ_CLASS
 
 #define MY_CLASS_NAME "Evas_Object"
index d38c9c88255a545c5a198b1934a3606960acff2a..576de20554b02293deb12a85094f60b6bbf136e0 100644 (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 */
index 6903b3ae475ca15a640ce05fb2b0ce68849dab48..4859f82932ca4395193b7e83f47d90fa86275055 100644 (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 */
index d6c3ba25712413258c35498ce853b79af4b21fab..8e944497a9755ef1fcbdcd133088093d7ed99662 100644 (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"
index 057836e0a64e6acd21642dff710588c95d4d2aca..969a5ebe247d3823c5fb4f5359b54b6b1d72a702 100644 (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"
index 3c5b7f04ab1561d222ca9092eb75b1b994fc63ac..8e960da59d3a1bcc2daef4f10c13fde1c14f42db 100644 (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"
index f6042aebe3e2806d4cbba057d8ccdfdd8a266f9c..14565e3d5d15e8822586ff441525b05ec0faf7a7 100644 (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...)
 
index 6af6a89a8037b791bd31ce766fe84a8433eea716..5eeb8fcd3c6867fcfc197f7e5eef7eb030908348 100644 (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"
index a77bed07881e311f092df01e0f9261d8d1d59a6b..9ef82cf59cd10177ee1ad20bfe0aed6f0cdb26a1 100644 (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