Don't include unused header files.
authorKristian Høgsberg <krh@redhat.com>
Thu, 6 Jul 2006 07:28:25 +0000 (07:28 +0000)
committerKristian Høgsberg <krh@redhat.com>
Thu, 6 Jul 2006 07:28:25 +0000 (07:28 +0000)
src/mesa/drivers/x11/glxheader.h
src/mesa/drivers/x11/xmesaP.h

index 34b613a..f288170 100644 (file)
@@ -38,7 +38,6 @@
 # include "resource.h"
 # include "windowstr.h"
 # include "gcstruct.h"
-# include "GL/xf86glx.h"
 # include "xf86glx_util.h"
 
 #else
index bcac055..d7b772c 100644 (file)
@@ -28,7 +28,6 @@
 
 
 #ifdef XFree86Server
-# include "GL/xf86glx.h"
 # include "xf86glx_util.h"
 #elif defined(USE_XSHM)
 # include <X11/extensions/XShm.h>