X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fimage.c;h=3830b0318eeec30b5ca79312cc0b9114137b0b54;hb=3c63452e64df7e10aa073c6c3b9492b1d7dabbb8;hp=e881b79ca48542e51178e88b3ff398ebb91e0a66;hpb=d0add7cf1a6b99cafd25e23fe2fc9d0b6657079a;p=mesa.git diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index e881b79ca48..3830b0318ee 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -1,4 +1,4 @@ -/* $Id: image.c,v 1.68 2002/09/21 17:34:56 brianp Exp $ */ +/* $Id: image.c,v 1.69 2002/10/24 23:57:21 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,22 +24,16 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - -#ifdef PC_HEADER -#include "all.h" -#else #include "glheader.h" #include "colormac.h" #include "context.h" #include "image.h" +#include "imports.h" #include "histogram.h" #include "macros.h" -#include "mem.h" #include "mmath.h" #include "pixel.h" #include "mtypes.h" -#endif - /*