diff options
Diffstat (limited to 'src/mesa/main/lines.c')
-rw-r--r-- | src/mesa/main/lines.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/main/lines.c b/src/mesa/main/lines.c index 505bf463824..50b13e83f22 100644 --- a/src/mesa/main/lines.c +++ b/src/mesa/main/lines.c @@ -1,4 +1,4 @@ -/* $Id: lines.c,v 1.3 1999/10/08 09:27:11 keithw Exp $ */ +/* $Id: lines.c,v 1.4 1999/11/08 07:36:44 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -46,9 +46,6 @@ #include "texstate.h" #include "types.h" #include "vb.h" -#ifdef XFree86Server -#include "GL/xf86glx.h" -#endif #endif |