diff options
Diffstat (limited to 'src/mesa/main/pixel.c')
-rw-r--r-- | src/mesa/main/pixel.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/main/pixel.c b/src/mesa/main/pixel.c index 0952f8cbe9..2bc9520803 100644 --- a/src/mesa/main/pixel.c +++ b/src/mesa/main/pixel.c @@ -1,4 +1,4 @@ -/* $Id: pixel.c,v 1.3 1999/10/30 08:20:57 brianp Exp $ */ +/* $Id: pixel.c,v 1.4 1999/11/08 07:36:44 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -47,9 +47,6 @@ #include "macros.h" #include "pixel.h" #include "types.h" -#ifdef XFree86Server -#include "GL/xf86glx.h" -#endif #endif |