evas: Keep sane name for public header
authorSebastian Dransfeld <sebastian.dransfeld@sintef.no>
Thu, 20 Jun 2013 10:53:29 +0000 (12:53 +0200)
committerSebastian Dransfeld <sebastian.dransfeld@sintef.no>
Thu, 20 Jun 2013 10:53:29 +0000 (12:53 +0200)
Evas_Common.h should be used for the public header, and rather rename
evas_common.h internal header to another name.

Sa:
Evas_Common_Header.h -> Evas_Common.h
evas_common.h -> evas_common_private.h

Shouldn't have both Evas_Common.h and evas_common.h because of case
insensitive filesystems.

161 files changed:
src/Makefile_Evas.am
src/bin/evas/evas_cserve2.h
src/bin/evas/evas_cserve2_scale.c
src/bin/evas/evas_cserve2_slave.h
src/lib/evas/Evas.h
src/lib/evas/Evas_Common.h [moved from src/lib/evas/Evas_Common_Header.h with 100% similarity]
src/lib/evas/cache/evas_cache_engine_image.c
src/lib/evas/cache/evas_cache_image.c
src/lib/evas/cache/evas_preload.c
src/lib/evas/cache2/evas_cache2.c
src/lib/evas/canvas/common_interfaces.c
src/lib/evas/canvas/evas_async_events.c
src/lib/evas/canvas/evas_callbacks.c
src/lib/evas/canvas/evas_clip.c
src/lib/evas/canvas/evas_common_interface.c
src/lib/evas/canvas/evas_data.c
src/lib/evas/canvas/evas_device.c
src/lib/evas/canvas/evas_events.c
src/lib/evas/canvas/evas_focus.c
src/lib/evas/canvas/evas_font_dir.c
src/lib/evas/canvas/evas_gl.c
src/lib/evas/canvas/evas_key.c
src/lib/evas/canvas/evas_key_grab.c
src/lib/evas/canvas/evas_layer.c
src/lib/evas/canvas/evas_main.c
src/lib/evas/canvas/evas_map.c
src/lib/evas/canvas/evas_name.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_inform.c
src/lib/evas/canvas/evas_object_intercept.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_smart_clipped.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
src/lib/evas/canvas/evas_rectangle.c
src/lib/evas/canvas/evas_render.c
src/lib/evas/canvas/evas_smart.c
src/lib/evas/canvas/evas_stack.c
src/lib/evas/canvas/evas_stats.c
src/lib/evas/canvas/evas_touch_point.c
src/lib/evas/common/evas_blend_main.c
src/lib/evas/common/evas_blit_main.c
src/lib/evas/common/evas_convert_color.c
src/lib/evas/common/evas_convert_colorspace.c
src/lib/evas/common/evas_convert_gry_1.c
src/lib/evas/common/evas_convert_gry_8.c
src/lib/evas/common/evas_convert_grypal_6.c
src/lib/evas/common/evas_convert_main.c
src/lib/evas/common/evas_convert_rgb_16.c
src/lib/evas/common/evas_convert_rgb_24.c
src/lib/evas/common/evas_convert_rgb_32.c
src/lib/evas/common/evas_convert_rgb_8.c
src/lib/evas/common/evas_convert_yuv.c
src/lib/evas/common/evas_cpu.c
src/lib/evas/common/evas_draw_main.c
src/lib/evas/common/evas_font_draw.c
src/lib/evas/common/evas_font_load.c
src/lib/evas/common/evas_font_main.c
src/lib/evas/common/evas_font_ot.c
src/lib/evas/common/evas_font_query.c
src/lib/evas/common/evas_image_data.c
src/lib/evas/common/evas_image_load.c
src/lib/evas/common/evas_image_main.c
src/lib/evas/common/evas_image_save.c
src/lib/evas/common/evas_image_scalecache.c
src/lib/evas/common/evas_line_main.c
src/lib/evas/common/evas_map_image.c
src/lib/evas/common/evas_op_add_main_.c
src/lib/evas/common/evas_op_blend/op_blend_master_sse3.c
src/lib/evas/common/evas_op_blend_main_.c
src/lib/evas/common/evas_op_copy_main_.c
src/lib/evas/common/evas_op_mask_main_.c
src/lib/evas/common/evas_op_mul_main_.c
src/lib/evas/common/evas_op_sub_main_.c
src/lib/evas/common/evas_pipe.c
src/lib/evas/common/evas_polygon_main.c
src/lib/evas/common/evas_rectangle_main.c
src/lib/evas/common/evas_regionbuf.c
src/lib/evas/common/evas_scale_main.c
src/lib/evas/common/evas_scale_sample.c
src/lib/evas/common/evas_scale_smooth.c
src/lib/evas/common/evas_scale_span.c
src/lib/evas/common/evas_text_utils.c
src/lib/evas/common/evas_thread_render.c
src/lib/evas/common/evas_tiler.c
src/lib/evas/common/language/evas_bidi_utils.c
src/lib/evas/cserve2/evas_cs2_private.h
src/lib/evas/file/evas_module.c
src/lib/evas/file/evas_path.c
src/lib/evas/include/evas_common_private.h [moved from src/lib/evas/include/evas_common.h with 100% similarity]
src/lib/evas/main.c
src/modules/evas/engines/buffer/evas_engine.c
src/modules/evas/engines/buffer/evas_engine.h
src/modules/evas/engines/buffer/evas_outbuf.c
src/modules/evas/engines/drm/evas_engine.c
src/modules/evas/engines/drm/evas_outbuf.c
src/modules/evas/engines/fb/evas_engine.c
src/modules/evas/engines/fb/evas_fb_main.c
src/modules/evas/engines/fb/evas_outbuf.c
src/modules/evas/engines/gl_cocoa/evas_engine.c
src/modules/evas/engines/gl_common/evas_gl_common.h
src/modules/evas/engines/gl_sdl/evas_engine.c
src/modules/evas/engines/gl_sdl/evas_engine.h
src/modules/evas/engines/gl_x11/evas_engine.c
src/modules/evas/engines/gl_x11/evas_engine.h
src/modules/evas/engines/psl1ght/evas_engine.c
src/modules/evas/engines/software_ddraw/evas_ddraw_buffer.c
src/modules/evas/engines/software_ddraw/evas_ddraw_main.cpp
src/modules/evas/engines/software_ddraw/evas_engine.c
src/modules/evas/engines/software_ddraw/evas_outbuf.c
src/modules/evas/engines/software_gdi/evas_engine.c
src/modules/evas/engines/software_gdi/evas_gdi_buffer.c
src/modules/evas/engines/software_gdi/evas_gdi_main.c
src/modules/evas/engines/software_gdi/evas_outbuf.c
src/modules/evas/engines/software_generic/evas_engine.c
src/modules/evas/engines/software_x11/evas_engine.c
src/modules/evas/engines/software_x11/evas_x_egl.c
src/modules/evas/engines/software_x11/evas_xcb_buffer.c
src/modules/evas/engines/software_x11/evas_xcb_color.c
src/modules/evas/engines/software_x11/evas_xcb_main.c
src/modules/evas/engines/software_x11/evas_xcb_outbuf.c
src/modules/evas/engines/software_x11/evas_xcb_xdefaults.c
src/modules/evas/engines/software_x11/evas_xlib_buffer.c
src/modules/evas/engines/software_x11/evas_xlib_color.c
src/modules/evas/engines/software_x11/evas_xlib_main.c
src/modules/evas/engines/software_x11/evas_xlib_outbuf.c
src/modules/evas/engines/software_x11/evas_xlib_swapbuf.c
src/modules/evas/engines/software_x11/evas_xlib_swapper.c
src/modules/evas/engines/wayland_egl/evas_engine.c
src/modules/evas/engines/wayland_egl/evas_engine.h
src/modules/evas/engines/wayland_shm/evas_engine.c
src/modules/evas/engines/wayland_shm/evas_swapbuf.c
src/modules/evas/engines/wayland_shm/evas_swapper.c
src/modules/evas/loaders/bmp/evas_image_load_bmp.c
src/modules/evas/loaders/eet/evas_image_load_eet.c
src/modules/evas/loaders/generic/evas_image_load_generic.c
src/modules/evas/loaders/gif/evas_image_load_gif.c
src/modules/evas/loaders/ico/evas_image_load_ico.c
src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c
src/modules/evas/loaders/pmaps/evas_image_load_pmaps.c
src/modules/evas/loaders/png/evas_image_load_png.c
src/modules/evas/loaders/psd/evas_image_load_psd.c
src/modules/evas/loaders/tga/evas_image_load_tga.c
src/modules/evas/loaders/tiff/evas_image_load_tiff.c
src/modules/evas/loaders/wbmp/evas_image_load_wbmp.c
src/modules/evas/loaders/webp/evas_image_load_webp.c
src/modules/evas/loaders/xpm/evas_image_load_xpm.c
src/modules/evas/savers/eet/evas_image_save_eet.c
src/modules/evas/savers/jpeg/evas_image_save_jpeg.c
src/modules/evas/savers/png/evas_image_save_png.c
src/modules/evas/savers/tiff/evas_image_save_tiff.c
src/modules/evas/savers/webp/evas_image_save_webp.c

index cbb0cdc..7cc9433 100644 (file)
@@ -7,7 +7,7 @@ noinst_LTLIBRARIES =
 installed_evasmainheadersdir = $(includedir)/evas-@VMAJ@
 dist_installed_evasmainheaders_DATA = \
 lib/evas/Evas.h \
-lib/evas/Evas_Common_Header.h \
+lib/evas/Evas_Common.h \
 lib/evas/Evas_Eo.h \
 lib/evas/Evas_Legacy.h \
 lib/evas/Evas_GL.h \
@@ -19,7 +19,7 @@ lib/evas/include/evas_private.h \
 lib/evas/include/evas_options.h \
 lib/evas/include/evas_macros.h \
 lib/evas/include/evas_mmx.h \
-lib/evas/include/evas_common.h \
+lib/evas/include/evas_common_private.h \
 lib/evas/include/evas_blend_ops.h
 
 # Linebreak
index 5b4c408..f357c62 100644 (file)
@@ -205,7 +205,7 @@ struct _Slave_Request_Funcs {
 typedef struct _Slave_Request Slave_Request;
 typedef struct _Slave_Request_Funcs Slave_Request_Funcs;
 
-/* This enum must be kept in sync with lib/evas/include/evas_common.h */
+/* This enum must be kept in sync with lib/evas/include/evas_common_private.h */
 typedef enum {
    FONT_REND_REGULAR = 0,
    FONT_REND_SLANT   = (1 << 0),
index aa96e04..9324432 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 void
index a491b45..de846e9 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <Evas.h>
 
-/* begin bunch of stuff from evas_common.h so that we don't need to drag
+/* begin bunch of stuff from evas_common_private.h so that we don't need to drag
  * a lot of useless @SOMETHING_CFLAGS@ around */
 typedef unsigned long long             DATA64;
 typedef unsigned int                   DATA32;
@@ -43,7 +43,7 @@ typedef unsigned char                   DATA8;
 
 #define ARGB_JOIN(a,r,g,b) \
         (((a) << 24) + ((r) << 16) + ((g) << 8) + (b))
-/* end bunchf of stuff from evas_common.h */
+/* end bunchf of stuff from evas_common_private.h */
 
 typedef struct _Evas_Loader_Module_Api Evas_Loader_Module_Api;
 typedef struct _Evas_Img_Load_Params Evas_Img_Load_Params;
index 585ce48..b20576d 100644 (file)
 extern "C" {
 #endif
 
-#include <Evas_Common_Header.h>
+#include <Evas_Common.h>
 #ifndef EFL_NOLEGACY_API_SUPPORT
 #include <Evas_Legacy.h>
 #endif
index c0c4a6e..ffe2d59 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <assert.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 static void
index fdc20c6..fe779a5 100644 (file)
@@ -12,7 +12,7 @@
 # include <Evil.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 //#define CACHEDUMP 1
index f3121a9..775871e 100644 (file)
@@ -7,7 +7,7 @@
 #ifdef __linux__
 # include <sys/syscall.h>
 #endif
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "Evas.h"
 
index e84b41d..1e9b24f 100644 (file)
@@ -12,7 +12,7 @@
 # include <Evil.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_cache2.h"
 #include "evas_cs2.h"
index 0246138..f608caa 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #include "Eo.h"
index 76d38cb..dd3c593 100644 (file)
@@ -8,7 +8,7 @@
 #include <fcntl.h>
 #include <errno.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 typedef struct _Evas_Event_Async       Evas_Event_Async;
index b85cc39..8dbdfe8 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 int _evas_event_counter = 0;
index 1d98dc9..0d3999e 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 void
index 8f16d5a..258fba0 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #include "Eo.h"
index 1d1d698..01355b3 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 
index 091c23a..a896bb7 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 EAPI Evas_Device *
index 02c3714..93e892f 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 static Eina_List *
index 38c6af0..ab75ae1 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 /* private calls */
index cf68563..5eea308 100644 (file)
@@ -12,7 +12,7 @@
 #include <fontconfig/fontconfig.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 /* font dir cache */
index 14a4dd6..bfad83c 100644 (file)
@@ -1,5 +1,5 @@
 /* vim:set ts=8 sw=3 sts=3 expandtab cino=>5n-2f0^-2{2(0W1st0 :*/
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "Evas_GL.h"
 
index aef0fc4..e48bbfe 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 /* private calls */
index 202c9bf..19b6594 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 /* private calls */
index b30ba66..2484d6c 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 static void _evas_layer_free(Evas_Layer *lay);
index 79687ee..e4df1f8 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 //#include "evas_cs.h"
 #ifdef EVAS_CSERVE2
index 66843da..2a6873a 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include <math.h>
 
index 9693f0c..454fb89 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 EAPI void
index 7b5c654..84200ed 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #ifdef _WIN32_WCE
index f2a5779..c0bbc96 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include <errno.h>
 
index bced46c..e89f442 100644 (file)
@@ -10,7 +10,7 @@
 #endif
 #include <math.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #ifdef EVAS_CSERVE2
 #include "../cserve2/evas_cs2_private.h"
index c48b07f..c4aa8e1 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 /* local calls */
index 41418f1..7bf6954 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 /* local calls */
index 10cf366..8c8e1c5 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #include "Eo.h"
index f1ba18f..c0b3d7e 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 EVAS_MEMPOOL(_mp_sh);
index ad4f9b2..28c3e0b 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #include "Eo.h"
index 6c35155..27da847 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #include "Eo.h"
index cc2e4dd..e5c2a0c 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #include "Eo.h"
index 1656dc0..f247f6d 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 EAPI Eo_Op EVAS_OBJ_SMART_CLIPPED_BASE_ID = EO_NOOP;
index 57e7dc6..efe3240 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include <errno.h>
 
index 932603b..c36f6d5 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h" /* Includes evas_bidi_utils stuff. */
+#include "evas_common_private.h" /* Includes evas_bidi_utils stuff. */
 #include "evas_private.h"
 
 #include "Eo.h"
index 7130d31..4ac813d 100644 (file)
@@ -61,7 +61,7 @@
  * @subsection textblock_layout The layout system
  * @todo write @ref textblock_layout
  */
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include <stdlib.h>
 
index dc6e6e7..c5c7a3e 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h" /* Includes evas_bidi_utils stuff. */
+#include "evas_common_private.h" /* Includes evas_bidi_utils stuff. */
 #include "evas_private.h"
 
 #include "Eo.h"
index 3d22e52..592c038 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 //#include "evas_cs.h"
 #ifdef EVAS_CSERVE2
index da6b701..bfa4a8a 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 void
index 044bac6..c6cfebf 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include <math.h>
 #ifdef EVAS_CSERVE2
index 87856b7..ccd9a69 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 
index 1f1f210..e8b626b 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 static Evas_Object_Protected_Data *
index ba6f8ac..f178fba 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 //#include "evas_cs.h"
 
index 759ac8f..83da0a1 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 void
index d37d888..6e08382 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_blend_private.h"
 
 #ifdef BUILD_MMX
index bed6d01..2daaab9 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 
 #ifdef BUILD_MMX
 #include "evas_mmx.h"
index 70a9e90..34bb978 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_convert_color.h"
 
 
index 49b066c..1227804 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_convert_colorspace.h"
 
 #define CONVERT_RGB_565_TO_RGB_888(s) \
index df12ea6..d4eca7d 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_convert_gry_1.h"
 
 void evas_common_convert_rgba_to_1bpp_gry_1_dith(DATA32 *src EINA_UNUSED, DATA8 *dst EINA_UNUSED, int src_jump EINA_UNUSED, int dst_jump EINA_UNUSED, int w EINA_UNUSED, int h EINA_UNUSED, int dith_x EINA_UNUSED, int dith_y EINA_UNUSED, DATA8 *pal EINA_UNUSED)
index 072a7dc..30993ce 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_convert_gry_8.h"
 
 #ifdef USE_DITHER_44
index 243bf00..920fcfd 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_convert_grypal_6.h"
 
 void evas_common_convert_rgba_to_8bpp_pal_gray64(DATA32 *src, DATA8 *dst, int src_jump, int dst_jump, int w, int h, int dith_x EINA_UNUSED, int dith_y EINA_UNUSED, DATA8 *pal)
index 55a2851..ac028b8 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_convert_rgb_8.h"
 #include "evas_convert_rgb_16.h"
 #include "evas_convert_rgb_24.h"
index d7a4f49..dcf49ee 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_convert_rgb_16.h"
 
 #ifndef BUILD_NO_DITHER_MASK
index c1d196e..d02f835 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_convert_rgb_24.h"
 
 void
index b765226..11c47e2 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_convert_rgb_32.h"
 
 void
index 7ae0e86..2cf178c 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_convert_rgb_8.h"
 
 #ifdef USE_DITHER_44
index 0b6aa6a..b7e98e2 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_convert_yuv.h"
 
 #ifdef BUILD_MMX
index f9cecff..4139098 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #ifdef BUILD_MMX
 #include "evas_mmx.h"
 #endif
index bf0f96b..296ffe8 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_convert_main.h"
 #include "evas_private.h"
 
index 7a182f8..184c477 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_blend_private.h"
 
index 76e0382..2e1ce0e 100644 (file)
@@ -10,7 +10,7 @@
 # include <hb.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #include "evas_font_private.h" /* for Frame-Queuing support */
index 80d7221..23ba95b 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <assert.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #include "evas_font_private.h"
index 0024376..31383a4 100644 (file)
@@ -5,7 +5,7 @@
 # include <hb-ft.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 
 #include <Eina.h>
 #include "evas_font_private.h"
index c2f68de..b2a63c0 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "language/evas_bidi_utils.h" /*defines BIDI_SUPPORT if possible */
 #include "evas_font_private.h" /* for Frame-Queuing support */
 #include "evas_font_ot.h"
index 25cf3d7..fe80832 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <assert.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_image.h"
 
index 7d0d671..b832e3f 100644 (file)
@@ -6,7 +6,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 //#include "evas_cs.h"
 #ifdef EVAS_CSERVE2
index 3d9972a..5d12578 100644 (file)
@@ -6,7 +6,7 @@
 # include <Eet.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_image_private.h"
 #include "evas_convert_yuv.h"
index ad69a10..1de5e6d 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "evas_options.h"
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 
index 40463a9..5d7a440 100644 (file)
@@ -11,7 +11,7 @@
 #ifdef EVAS_CSERVE2
 #include "evas_cs2_private.h"
 #endif
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_image_private.h"
 
index 1985b46..d3abf1a 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_blend_private.h"
 
 #define IN_RANGE(x, y, w, h) \
index a9e7139..742ab74 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_blend_private.h"
 #ifdef EVAS_CSERVE2
index bde553c..294f1d9 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 static RGBA_Gfx_Func     op_add_span_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
 static RGBA_Gfx_Pt_Func  op_add_pt_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
 
index eac6755..667838e 100644 (file)
@@ -1,6 +1,6 @@
 #define NEED_SSE3 1
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 
 #ifdef BUILD_SSE3
 static __m128i A_MASK_SSE3;
index fdfb1dc..5c85673 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 
 RGBA_Gfx_Func     op_blend_span_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
 RGBA_Gfx_Pt_Func  op_blend_pt_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
index 9debe17..6e3881d 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_blend_private.h"
 
 static RGBA_Gfx_Func     op_copy_span_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
index 4ed41d6..55a5d95 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 
 static RGBA_Gfx_Func     op_mask_span_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
 static RGBA_Gfx_Pt_Func  op_mask_pt_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
index 26604d7..222062e 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 
 static RGBA_Gfx_Func     op_mul_span_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
 static RGBA_Gfx_Pt_Func  op_mul_pt_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
index 9301cac..02bfdbd 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 
 static RGBA_Gfx_Func     op_sub_span_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
 static RGBA_Gfx_Pt_Func  op_sub_pt_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
index 02f74dc..4c08bc5 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include <unistd.h>
 
 #ifdef BUILD_PIPE_RENDER
index 8635d1c..52dd180 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <math.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_blend_private.h"
 
 typedef struct _RGBA_Span RGBA_Span;
index 4aa536a..c472242 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_blend_private.h"
 
index f381da5..3b14af8 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 
 #if 0
 Regionbuf *
index 9166266..8de658b 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 EAPI void
index 68106a8..6aaa902 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_blend_private.h"
 
 static Eina_Bool scale_rgba_in_to_out_clip_sample_internal(RGBA_Image *src, RGBA_Image *dst, RGBA_Draw_Context *dc, int src_region_x, int src_region_y, int src_region_w, int src_region_h, int dst_region_x, int dst_region_y, int dst_region_w, int dst_region_h);
index c9c51a7..02dbe7d 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_scale_smooth.h"
 #include "evas_blend_private.h"
 
index 5182a97..8e5bf6c 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_convert_color.h"
 #include "evas_scale_span.h"
 
index bad68b2..14d0948 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_font_private.h"
 #include "evas_text_utils.h"
 #include "language/evas_bidi_utils.h"
index 40964ba..f37f43a 100644 (file)
@@ -1,6 +1,6 @@
 #include <assert.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 
 static Eina_Thread evas_thread_worker;
 static Eina_Condition evas_thread_queue_condition;
index b61e770..6315c3c 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #ifdef EVAS_RECT_SPLIT
 
 static inline void rect_list_node_pool_set_max(int max);
index 324db31..0707f4e 100644 (file)
@@ -5,7 +5,7 @@
 #include <string.h>
 #include <stdlib.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_bidi_utils.h"
 
 #include "evas_font_private.h"
index cb43571..b055d1b 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef EVAS_CS2_PRIVATE_H
 #define EVAS_CS2_PRIVATE_H 1
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 
 struct _Data_Entry {
    unsigned int image_id;
index 539ef5e..b7490c6 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <string.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 
index 2ff646d..6d78218 100644 (file)
@@ -22,7 +22,7 @@
 # include <Evil.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #ifdef _WIN32
index 604c14d..caf8de1 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 static Evas_Version _version = { VMAJ, VMIN, VMIC, VREV };
index 72df536..1680f2c 100644 (file)
@@ -1,10 +1,10 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_engine.h"
 #include "Evas_Engine_Buffer.h"
 
 /* domain for eina_log */
-/* the log macros are defined in evas_common.h */
+/* the log macros are defined in evas_common_private.h */
 /* theirs names are EVAS_ERR, EVAS_DBG, EVAS_CRIT, EVAS_WRN and EVAS_INF */
 /* although we can use the EVAS_ERROR, etc... macros it will not work
    when the -fvisibility=hidden option is passed to gcc */
index af82477..8cdf8f4 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef EVAS_ENGINE_H
 #define EVAS_ENGINE_H
-#include "evas_common.h"
+#include "evas_common_private.h"
 /*  this thing is for eina_log */
 extern int _evas_engine_buffer_log_dom ;
 
index 58ce0e6..af5566f 100644 (file)
@@ -6,7 +6,7 @@
 #include "evas_cs2_private.h"
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_engine.h"
 
 void
index 064b0bd..cc5e86f 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "Evas_Engine_Drm.h"
 #include "evas_engine.h"
index 420e431..e6327b6 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_engine.h"
 
index 3a1a11b..ea73f8e 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_engine.h"
 #include "Evas_Engine_FB.h"
index 5cf2ac4..451171d 100644 (file)
@@ -4,7 +4,7 @@
 /* some other system if needed.                                         */
 /* Copyright (c) 1999 - Carsten Haitzler (The Rasterman)                */
 /* -------------------------------------------------------------------- */
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_fb.h"
 
 #include <sys/ioctl.h>
index 7ae24c5..04985d3 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_engine.h"
 #include <sys/time.h>
 #include <sys/utsname.h>
index bdc0b2c..83c2968 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h" /* Also includes international specific stuff */
+#include "evas_common_private.h" /* Also includes international specific stuff */
 #include "evas_engine.h"
 
 #include "evas_private.h"
index 4bc2196..8dc08ae 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef EVAS_GL_COMMON_H
 #define EVAS_GL_COMMON_H
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "config.h"
 
index daf1d26..5c5df60 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h" /* Also includes international specific stuff */
+#include "evas_common_private.h" /* Also includes international specific stuff */
 #include "evas_private.h"
 #include "evas_engine.h"
 
index adc03b9..837b7d9 100644 (file)
@@ -17,7 +17,7 @@
 # include <SDL/SDL_opengl.h>
 # define EVAS_SDL_GL_FLAG SDL_OPENGL
 #endif
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_gl_common.h"
 #include "Evas.h"
index f467c29..7f408fd 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h" /* Also includes international specific stuff */
+#include "evas_common_private.h" /* Also includes international specific stuff */
 #include "evas_engine.h"
 #include "evas_gl_core_private.h"
 
index aee58b1..371a10b 100644 (file)
@@ -2,7 +2,7 @@
 #define EVAS_ENGINE_H
 
 #include "config.h"
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_gl_common.h"
 #include "Evas.h"
index 422db09..0f5bcc7 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_engine.h"
 #include "rsxutil.h"
index 7ef9211..3b94686 100644 (file)
@@ -1,6 +1,6 @@
 #include <string.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_engine.h"
 
 
index a1ab1cd..0520ada 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_engine.h"
 #include "Evas_Engine_Software_DDraw.h"
index 2f29867..9ed5851 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_engine.h"
 #include "Evas_Engine_Software_Gdi.h"
index 66a5abf..fe69d73 100644 (file)
@@ -1,6 +1,6 @@
 #include <string.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_engine.h"
 
 Gdi_Output_Buffer *
index 87b3048..f406256 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_engine.h"
 
 
index 4281112..293536d 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h" /* Also includes international specific stuff */
+#include "evas_common_private.h" /* Also includes international specific stuff */
 #include "evas_private.h"
 #include "evas_blend_private.h"
 #ifdef EVAS_CSERVE2
index 23e76df..da21b9b 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #include "Evas_Engine_Software_X11.h"
index cf783df..95b4e24 100644 (file)
@@ -5,7 +5,7 @@
 #ifdef EVAS_CSERVE2
 #include "evas_cs2_private.h"
 #endif
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_macros.h"
 
 #ifdef HAVE_DLSYM
index 9136eb5..38d4584 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_xcb_buffer.h"
 
 /* local function prototypes */
index d187016..c255e79 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_engine.h"
 
 void 
index e8502d6..ba544ef 100644 (file)
@@ -7,7 +7,7 @@
 #ifdef EVAS_CSERVE2
 # include "evas_cs2_private.h"
 #endif
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_macros.h"
 #include "evas_xcb_outbuf.h"
 #include "evas_xcb_buffer.h"
index 3a0bda5..de0f599 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_xcb_xdefaults.h"
 #include <fnmatch.h>
 
index d495931..a189acc 100644 (file)
@@ -8,7 +8,7 @@
 #ifdef EVAS_CSERVE2
 #include "evas_cs2_private.h"
 #endif
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_macros.h"
 #include "evas_xlib_outbuf.h"
 #include "evas_xlib_buffer.h"
index df47404..a8cfa53 100644 (file)
@@ -8,7 +8,7 @@
 #ifdef EVAS_CSERVE2
 #include "evas_cs2_private.h"
 #endif
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_macros.h"
 
 #include "evas_xlib_swapbuf.h"
index 1e2bd6f..65ad478 100644 (file)
@@ -2,7 +2,7 @@
 # include <config.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_macros.h"
 #include "evas_xlib_swapper.h"
 
index f8315f7..7e4d3cd 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_engine.h"
 #include "evas_gl_core_private.h"
 
index ea54090..02e1937 100644 (file)
@@ -13,7 +13,7 @@
 /* #  include <GLES2/gl2ext.h> */
 # endif
 
-# include "evas_common.h"
+# include "evas_common_private.h"
 # include "evas_private.h"
 # include "evas_gl_common.h"
 # include "Evas.h"
index 2194424..7320086 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 #include "Evas_Engine_Wayland_Shm.h"
 #include "evas_engine.h"
index 10dcdb7..ccb51ca 100644 (file)
@@ -8,7 +8,7 @@
 # include "evas_cs2_private.h"
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_macros.h"
 #include "evas_engine.h"
 #include "evas_swapbuf.h"
index 73764a0..74ad08e 100644 (file)
@@ -8,7 +8,7 @@
 # include "evas_cs2_private.h"
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_macros.h"
 #include "evas_engine.h"
 #include "evas_swapper.h"
index ea86238..a8e2abf 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <math.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 typedef struct _BMP_Header BMP_Header;
index bad82c6..6ad0b4a 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <Eet.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 typedef struct _Evas_Loader_Internal Evas_Loader_Internal;
index 0ca7b41..6757d0a 100644 (file)
@@ -6,7 +6,7 @@
 # include <Evil.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #include <stdio.h>
index e3de8a5..edf8137 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #include <sys/types.h>
index 993b5ad..9f96e69 100644 (file)
@@ -8,7 +8,7 @@
 # include <Evil.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 typedef struct _Evas_Loader_Internal Evas_Loader_Internal;
index 4e95bf5..1cea16b 100644 (file)
@@ -11,7 +11,7 @@
 #include <setjmp.h>
 #include <jpeglib.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 typedef struct _JPEG_error_mgr *emptr;
index 2eb1ecd..b2dca89 100644 (file)
@@ -6,7 +6,7 @@
 # include <Evil.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #define FILE_BUFFER_SIZE 1024 * 32
index 08430e0..e670038 100644 (file)
@@ -10,7 +10,7 @@
 # include <Evil.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #define PNG_BYTES_TO_CHECK 4
index ab9cc70..d11a7f6 100644 (file)
@@ -23,7 +23,7 @@
 # include <Evil.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 typedef struct _PSD_Header PSD_Header;
index 8729402..8a482c4 100644 (file)
@@ -10,7 +10,7 @@
 # include <Evil.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 /* TGA pixel formats */
index 29248f6..260a8b8 100644 (file)
@@ -11,7 +11,7 @@
 # include <Evil.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 static int _evas_loader_tiff_log_dom = -1;
index a2dc24d..1726b55 100644 (file)
@@ -8,7 +8,7 @@
 # include <Evil.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 static int
index e6d66f8..69ac690 100644 (file)
@@ -10,7 +10,7 @@
 # include <Evil.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 static Eina_Bool
index cc94709..f09a8a2 100644 (file)
@@ -6,7 +6,7 @@
 # include <Evil.h>
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 static int _evas_loader_xpm_log_dom = -1;
index 26d58d4..64e903b 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <Eet.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 static int evas_image_save_file_eet(RGBA_Image *im, const char *file, const char *key, int quality, int compress);
index c653c77..b0cf5f8 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #include <stdio.h>
index ab75681..cc31441 100644 (file)
@@ -18,7 +18,7 @@
 # define E_FCLOSE(stream) fclose(stream)
 #endif
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 static int evas_image_save_file_png(RGBA_Image *im, const char *file, const char *key, int quality, int compress);
index 9cef969..84c73bb 100644 (file)
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 #include <tiffio.h>
index 9c2cbd1..2c27b36 100644 (file)
@@ -5,7 +5,7 @@
 #include <stdio.h>
 #include <webp/encode.h>
 
-#include "evas_common.h"
+#include "evas_common_private.h"
 #include "evas_private.h"
 
 static int evas_image_save_file_webp(RGBA_Image *im, const char *file, const char *key, int quality, int compress);