xf86-video-intel: src/sna/fb

Chris Wilson ickle at kemper.freedesktop.org
Sun Feb 10 03:58:27 PST 2013


 src/sna/fb/fbpict.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 3169a4e53cf39cc3d5c18ac6add909aa3a58de7e
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sun Feb 10 11:57:14 2013 +0000

    sna: Reorder some includes so that compat-api.h comes after the headers it wraps
    
    Fixes the build in cases where the compat-api.h was defining macros to
    subvert the real functions found in the xorg includes
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/fb/fbpict.c b/src/sna/fb/fbpict.c
index 349ec53..27bed14 100644
--- a/src/sna/fb/fbpict.c
+++ b/src/sna/fb/fbpict.c
@@ -25,13 +25,12 @@
 
 #include <string.h>
 
-#include "fb.h"
-
-#include <xorgVersion.h>
 #include <picturestr.h>
 #include <mipict.h>
 #include <fbpict.h>
 
+#include "fb.h"
+
 static void
 SourceValidateOnePicture(PicturePtr picture)
 {


More information about the xorg-commit mailing list