diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-04-14 18:29:52 +0300 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-04-14 18:29:52 +0300 |
commit | 6b040b79f0e247b6f2da8f7d239443743e96de67 (patch) | |
tree | f943d75449a5502c3db6f822c0d46d61abe3162f /GL | |
parent | 2c833f60acb3dc358815a99cd295ef7fc695c45d (diff) |
glx: drop xmesaP.h include from xf86glx.c
The declarations for the xfree86-specific XMesa functions were moved up to
xmesa.h, requires Mesa as of 2007-04-13.
Diffstat (limited to 'GL')
-rw-r--r-- | GL/mesa/X/xf86glx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GL/mesa/X/xf86glx.c b/GL/mesa/X/xf86glx.c index 6fffdeb1f..ecfa4d773 100644 --- a/GL/mesa/X/xf86glx.c +++ b/GL/mesa/X/xf86glx.c @@ -45,7 +45,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <glxdrawable.h> #include <glxcontext.h> #include <glxutil.h> -#include "xmesaP.h" #include "glcontextmodes.h" #include "os.h" |