diff options
Diffstat (limited to 'src/mesa/drivers/dri/mach64/mach64_context.h')
-rw-r--r-- | src/mesa/drivers/dri/mach64/mach64_context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_context.h b/src/mesa/drivers/dri/mach64/mach64_context.h index 9edd5867c02..d82fca5aa8c 100644 --- a/src/mesa/drivers/dri/mach64/mach64_context.h +++ b/src/mesa/drivers/dri/mach64/mach64_context.h @@ -32,8 +32,6 @@ #ifndef __MACH64_CONTEXT_H__ #define __MACH64_CONTEXT_H__ -#ifdef GLX_DIRECT_RENDERING - #include "dri_util.h" #include "drm.h" #include "mach64_drm.h" @@ -403,5 +401,4 @@ extern int MACH64_DEBUG; #define DEBUG_VERBOSE_PRIMS 0x040 #define DEBUG_VERBOSE_COUNT 0x080 #define DEBUG_NOWAIT 0x100 -#endif #endif /* __MACH64_CONTEXT_H__ */ |