From: Brian Paul Date: Mon, 20 Mar 2000 21:31:15 +0000 (+0000) Subject: removed test for MESA symbol X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d94aa337bfb73822585d22e9ad1fae90d917fbff;p=mesa.git removed test for MESA symbol --- 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)