summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_common_context.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2009-09-16 13:48:45 +1000
committerDave Airlie <airlied@linux.ie>2009-09-16 13:48:45 +1000
commit858a2a2ac7b1c8f1a7f7c4b3c66b3919989798d4 (patch)
treeca2062a8df5d10c3b65af9759b4370e8baff23ca /src/mesa/drivers/dri/radeon/radeon_common_context.c
parenta6a21eb00dbd262b2835456bef8172b36df5c1ea (diff)
radeon: cleanup compile defines mess.
I inherited this and really it stayed around far too long, make it nice and simple.
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_common_context.c')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_common_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.c b/src/mesa/drivers/dri/radeon/radeon_common_context.c
index 71ee06d9a7..1c53c04da7 100644
--- a/src/mesa/drivers/dri/radeon/radeon_common_context.c
+++ b/src/mesa/drivers/dri/radeon/radeon_common_context.c
@@ -47,7 +47,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "swrast_setup/swrast_setup.h"
#include "tnl/tnl.h"
-#if RADEON_COMMON && defined(RADEON_COMMON_FOR_R600) /* +r6/r7 */
+#if defined(RADEON_R600)
#include "r600_context.h"
#endif