diff options
Diffstat (limited to 'src/mesa/main/histogram.c')
-rw-r--r-- | src/mesa/main/histogram.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/main/histogram.c b/src/mesa/main/histogram.c index f115519dc63..134463956e2 100644 --- a/src/mesa/main/histogram.c +++ b/src/mesa/main/histogram.c @@ -1,4 +1,4 @@ -/* $Id: histogram.c,v 1.10 2001/03/12 00:48:38 gareth Exp $ */ +/* $Id: histogram.c,v 1.11 2002/10/24 23:57:21 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -25,16 +25,12 @@ */ -#ifdef PC_HEADER -#include "all.h" -#else #include "glheader.h" #include "colormac.h" #include "context.h" #include "image.h" #include "histogram.h" #include "mmath.h" -#endif /* |