diff options
Diffstat (limited to 'src/mesa/main/eval.c')
-rw-r--r-- | src/mesa/main/eval.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/main/eval.c b/src/mesa/main/eval.c index eee7a84509a..36f0616effb 100644 --- a/src/mesa/main/eval.c +++ b/src/mesa/main/eval.c @@ -1,4 +1,4 @@ -/* $Id: eval.c,v 1.5 1999/10/19 18:37:03 keithw Exp $ */ +/* $Id: eval.c,v 1.6 1999/11/08 15:30:05 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -56,9 +56,6 @@ #include "vbcull.h" #include "vbfill.h" #include "vbxform.h" -#ifdef XFree86Server -#include "GL/xf86glx.h" -#endif #endif |