diff options
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_context.h')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_context.h b/src/mesa/drivers/dri/r200/r200_context.h index bb5a3cf30dc..cedf1b974f1 100644 --- a/src/mesa/drivers/dri/r200/r200_context.h +++ b/src/mesa/drivers/dri/r200/r200_context.h @@ -36,8 +36,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __R200_CONTEXT_H__ #define __R200_CONTEXT_H__ -#ifdef GLX_DIRECT_RENDERING - #include "tnl/t_vertex.h" #include "drm.h" #include "radeon_drm.h" @@ -990,5 +988,4 @@ extern int R200_DEBUG; #define DEBUG_PIXEL 0x2000 #define DEBUG_MEMORY 0x4000 -#endif #endif /* __R200_CONTEXT_H__ */ |