ditch x headers from those loaders

SVN revision: 12609
This commit is contained in:
Carsten Haitzler 2004-12-27 21:05:32 +00:00
parent a6ee4697f5
commit 3757b78e21
2 changed files with 0 additions and 14 deletions

View File

@ -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"

View File

@ -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"