move evas_convert_main.h to evas_common.h

SVN revision: 35062
This commit is contained in:
doursse 2008-07-11 05:50:56 +00:00 committed by doursse
parent 2679ced73b
commit 739be5c6b7
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@
*/
#include "evas_common.h"
#include "evas_convert_main.h"
#include "evas_convert_rgb_8.h"
#include "evas_convert_rgb_16.h"
#include "evas_convert_rgb_24.h"

View File

@ -826,6 +826,7 @@ RGBA_Gfx_Pt_Func evas_common_gfx_func_composite_pixel_mask_pt_get (Image_En
EAPI Gfx_Func_Copy evas_common_draw_func_copy_get (int pixels, int reverse);
/****/
#include "../engines/common/evas_convert_main.h"
/****/
EAPI void evas_common_scale_init (void);