diff options
Diffstat (limited to 'src/glx/x11/glxcurrent.c')
-rw-r--r-- | src/glx/x11/glxcurrent.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/x11/glxcurrent.c b/src/glx/x11/glxcurrent.c index 50de7d612b8..c28360bdde9 100644 --- a/src/glx/x11/glxcurrent.c +++ b/src/glx/x11/glxcurrent.c @@ -37,10 +37,6 @@ #include "glapi.h" #include "indirect_init.h" -#ifdef GLX_DIRECT_RENDERING -#include "xf86dri.h" -#endif - /* ** We setup some dummy structures here so that the API can be used ** even if no context is current. |