Some silly goose decided that these files should #include Imlib2.h. NONE

of them should include Imlib2.h.  In fact, nothing in the Imlib2 code
should, but if it's absolutely necessary, make sure the local one is found
before the system-wide one.


SVN revision: 2915
This commit is contained in:
Michael Jennings 2000-07-13 03:45:15 +00:00
parent b7e29643b9
commit 8a042f014f
4 changed files with 0 additions and 4 deletions

View File

@ -8,7 +8,6 @@
#include <X11/extensions/XShm.h>
#include <X11/Xutil.h>
#include <math.h>
#include "Imlib2.h"
#include "image.h"
#include "script.h"
#include "dynamic_filters.h"

View File

@ -8,7 +8,6 @@
#include <X11/extensions/XShm.h>
#include <X11/Xutil.h>
#include <math.h>
#include "Imlib2.h"
#include "image.h"
#include "script.h"
#include "dynamic_filters.h"

View File

@ -7,7 +7,6 @@
#include <X11/Xlib.h>
#include <X11/extensions/XShm.h>
#include <X11/Xutil.h>
#include "Imlib2.h"
#include "image.h"
#include "script.h"
#include "dynamic_filters.h"

View File

@ -12,7 +12,6 @@
#include <X11/extensions/XShm.h>
#include <X11/Xutil.h>
#include "image.h"
#include "Imlib2.h"
char load(ImlibImage *im, ImlibProgressFunction progress,char progress_granularity, char immediate_load);
char save(ImlibImage *im, ImlibProgressFunction progress, char progress_granularity);