summaryrefslogtreecommitdiff
authorDave Airlie <airlied@redhat.com>2012-05-24 16:54:41 (GMT)
committer Dave Airlie <airlied@redhat.com>2012-05-24 16:54:41 (GMT)
commitb1e9c3081d2b975682a62389aa29063b79f9655c (patch) (side-by-side diff)
tree42bbc923859023d73152538546163577cb9cddc1
parent5ed959585f35a4eff2cd803ae222b46d164f210d (diff)
downloadxf86-video-ati-master.zip
xf86-video-ati-master.tar.gz
radeon: move include down furtherHEADmaster
fixes tinderbox build. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--src/radeon_xvmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_xvmc.c b/src/radeon_xvmc.c
index 442348f..e96f063 100644
--- a/src/radeon_xvmc.c
+++ b/src/radeon_xvmc.c
@@ -30,8 +30,8 @@
#endif
#include <xf86.h>
-#include "compat-api.h"
#include "radeon_video.h"
+#include "compat-api.h"
#include <X11/extensions/Xv.h>
#include <X11/extensions/XvMC.h>