xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Thu May 24 09:55:35 PDT 2012


 src/radeon_xvmc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b1e9c3081d2b975682a62389aa29063b79f9655c
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu May 24 17:54:41 2012 +0100

    radeon: move include down further
    
    fixes tinderbox build.
    
    Signed-off-by: Dave Airlie <airlied at redhat.com>

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>


More information about the xorg-commit mailing list