diff options
author | Dave Airlie <airlied@redhat.com> | 2012-05-24 17:54:41 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-24 17:54:41 +0100 |
commit | b1e9c3081d2b975682a62389aa29063b79f9655c (patch) | |
tree | 42bbc923859023d73152538546163577cb9cddc1 | |
parent | 5ed959585f35a4eff2cd803ae222b46d164f210d (diff) |
radeon: move include down further
fixes tinderbox build.
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | src/radeon_xvmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_xvmc.c b/src/radeon_xvmc.c index 442348fa..e96f0635 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> |