summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-03-20 21:31:15 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-03-20 21:31:15 +0000
commitd94aa337bfb73822585d22e9ad1fae90d917fbff (patch)
tree8ff87ae3ce6912db435f0a9d85c554ed5608795d /include
parent1ea2d444fac993615c3329ce309066a4d07a8da9 (diff)
removed test for MESA symbol
Diffstat (limited to 'include')
-rw-r--r--include/GL/glx.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h
index fcea293f9b9..bd44332bb4a 100644
--- a/include/GL/glx.h
+++ b/include/GL/glx.h
@@ -1,4 +1,4 @@
-/* $Id: glx.h,v 1.15 2000/03/06 12:59:24 joukj Exp $ */
+/* $Id: glx.h,v 1.16 2000/03/20 21:31:15 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -45,9 +45,6 @@
#endif
#endif
#include "GL/gl.h"
-#ifdef MESA
-#include "GL/xmesa.h"
-#endif
#if defined(USE_MGL_NAMESPACE)