Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/plugins Modified Files: ewl_io_manager_image_plugin.c ewl_io_manager_text_c_plugin.c ewl_io_manager_text_plugin.c Log Message: Split header usage on io manager plugins. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/plugins/ewl_io_manager_image_plugin.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_io_manager_image_plugin.c 4 Jan 2007 05:09:48 -0000 1.3 +++ ewl_io_manager_image_plugin.c 6 Feb 2007 21:13:08 -0000 1.4 @@ -1,5 +1,6 @@ /* vim: set sw=8 ts=8 sts=8 noexpandtab: */ -#include <Ewl.h> +#include "ewl_base.h" +#include "ewl_image.h" #include "ewl_private.h" #include "ewl_debug.h" #include "ewl_macros.h" =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/plugins/ewl_io_manager_text_c_plugin.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- ewl_io_manager_text_c_plugin.c 21 Jan 2007 00:22:33 -0000 1.5 +++ ewl_io_manager_text_c_plugin.c 6 Feb 2007 21:13:08 -0000 1.6 @@ -1,5 +1,6 @@ /* vim: set sw=8 ts=8 sts=8 noexpandtab: */ -#include <Ewl.h> +#include "ewl_base.h" +#include "ewl_text.h" #include "ewl_private.h" #include "ewl_debug.h" #include "ewl_macros.h" =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/plugins/ewl_io_manager_text_plugin.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_io_manager_text_plugin.c 4 Jan 2007 05:09:48 -0000 1.3 +++ ewl_io_manager_text_plugin.c 6 Feb 2007 21:13:08 -0000 1.4 @@ -1,5 +1,6 @@ /* vim: set sw=8 ts=8 sts=8 noexpandtab: */ -#include <Ewl.h> +#include "ewl_base.h" +#include "ewl_text.h" #include "ewl_private.h" #include "ewl_debug.h" #include "ewl_macros.h" ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs