diff options
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r-- | src/mesa/main/get.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 196740cb2e..0d3db871da 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -1,4 +1,4 @@ -/* $Id: get.c,v 1.96 2002/10/16 17:57:52 brianp Exp $ */ +/* $Id: get.c,v 1.97 2002/10/24 23:57:20 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -25,9 +25,6 @@ */ -#ifdef PC_HEADER -#include "all.h" -#else #include "glheader.h" #include "colormac.h" #include "context.h" @@ -40,7 +37,6 @@ #include "mtypes.h" #include "texcompress.h" #include "math/m_matrix.h" -#endif |