we dont need no steenking x headers in the loaders

SVN revision: 12461
This commit is contained in:
Carsten Haitzler 2004-12-14 03:50:46 +00:00
parent fd7e6bcbc1
commit 4c4b843194
7 changed files with 0 additions and 42 deletions

View File

@ -5,12 +5,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 "image.h"
char load(ImlibImage * im, ImlibProgressFunction progress,

View File

@ -11,12 +11,6 @@
#include <sys/stat.h>
#include <string.h>
#ifndef X_DISPLAY_MISSING
# include <X11/Xlib.h>
# include <X11/extensions/XShm.h>
# include <X11/Xutil.h>
#endif
#include "image.h"
char load(ImlibImage * im, ImlibProgressFunction progress,

View File

@ -9,12 +9,6 @@
#include <fcntl.h>
#include <string.h>
#ifndef X_DISPLAY_MISSING
# include <X11/Xlib.h>
# include <X11/extensions/XShm.h>
# include <X11/Xutil.h>
#endif
#include "image.h"
#include <gif_lib.h>

View File

@ -5,12 +5,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 "image.h"
#include <jpeglib.h>
#include <setjmp.h>

View File

@ -5,12 +5,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 "image.h"
#include <png.h>

View File

@ -8,12 +8,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 <setjmp.h>
#include <stdarg.h>
#include <stdio.h>

View File

@ -9,12 +9,6 @@
#include <fcntl.h>
#include <string.h>
#ifndef X_DISPLAY_MISSING
# include <X11/Xlib.h>
# include <X11/extensions/XShm.h>
# include <X11/Xutil.h>
#endif
#include "image.h"
char load(ImlibImage * im, ImlibProgressFunction progress,