diff options
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index b269f5e8da1..628e7341916 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c,v 1.17 1999/10/30 08:22:45 brianp Exp $ */ +/* $Id: context.c,v 1.18 1999/11/08 07:36:43 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -92,9 +92,6 @@ #include "vbxform.h" #include "vertices.h" #include "xform.h" -#ifdef XFree86Server -#include "GL/xf86glx.h" -#endif #endif |