diff options
author | Vinson Lee <[email protected]> | 2010-02-01 00:22:50 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-02-01 00:22:50 -0800 |
commit | e3a99e8522688e20f730084799a1dfad305d90eb (patch) | |
tree | 240e6ef6adbdd6580ac63278c1d2a8d118aab8fa /src/glx/x11/glxcurrent.c | |
parent | 12f66b6dc900b8435416eda8ef82905afce4a91e (diff) |
glx: Remove unnecessary headers.
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. |