From ad0b7ba4618c09c1a9d5a6da6b12f42980b7450c Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 28 Jul 2009 18:40:18 +1000 Subject: savage: move abi check down for RAC --- src/savage_driver.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/savage_driver.c b/src/savage_driver.c index 1566b47..c909783 100644 --- a/src/savage_driver.c +++ b/src/savage_driver.c @@ -42,9 +42,6 @@ #include #include -#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 -#include "xf86RAC.h" -#endif #include "shadowfb.h" #include "globals.h" @@ -63,6 +60,10 @@ #include "savage_bci.h" #include "savage_streams.h" +#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 +#include "xf86RAC.h" +#endif + #define TRANSPARENCY_KEY 0xff; #ifdef XF86DRI -- cgit v1.2.3