Enlightenment CVS committal Author : raster Project : e17 Module : libs/imlib2
Dir : e17/libs/imlib2/src/modules/loaders Modified Files: loader_pnm.c loader_tga.c Log Message: ditch x headers from those loaders =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/modules/loaders/loader_pnm.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- loader_pnm.c 1 Nov 2004 09:45:31 -0000 1.1 +++ loader_pnm.c 27 Dec 2004 21:05:31 -0000 1.2 @@ -4,13 +4,6 @@ #include "common.h" #include <string.h> - -#ifndef X_DISPLAY_MISSING -# include <X11/Xlib.h> -# include <X11/extensions/XShm.h> -# include <X11/Xutil.h> -#endif - #include <ctype.h> #include "image.h" =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/modules/loaders/loader_tga.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- loader_tga.c 1 Nov 2004 09:45:31 -0000 1.1 +++ loader_tga.c 27 Dec 2004 21:05:32 -0000 1.2 @@ -19,13 +19,6 @@ #include <string.h> #include <sys/stat.h> #include <sys/mman.h> - -#ifndef X_DISPLAY_MISSING -# include <X11/Xlib.h> -# include <X11/extensions/XShm.h> -# include <X11/Xutil.h> -#endif - #include "image.h" #include "colormod.h" #include "blend.h" ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs