diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-10-14 19:59:33 +0300 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-10-14 20:08:31 +0300 |
commit | d7c137b0df8e27131b69872eb957e56f692cf551 (patch) | |
tree | 3e9ef4d7872b266ce1e8624252b4686f91a10d31 /src/glx/x11 | |
parent | c095f7e46adccdc65dc6623c1f73e87c5be782ad (diff) |
Drop include "dri_interface.h" from xf86dri.h
Thanks to dri2, xf86dri no longer uses __DRI types.
Diffstat (limited to 'src/glx/x11')
-rw-r--r-- | src/glx/x11/xf86dri.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glx/x11/xf86dri.h b/src/glx/x11/xf86dri.h index 69a2d74fb2..cd650b5829 100644 --- a/src/glx/x11/xf86dri.h +++ b/src/glx/x11/xf86dri.h @@ -65,8 +65,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef _XF86DRI_SERVER_ -#include <GL/internal/dri_interface.h> - _XFUNCPROTOBEGIN Bool XF86DRIQueryExtension( Display *dpy, int *event_base, int *error_base ); |