From 3169a4e53cf39cc3d5c18ac6add909aa3a58de7e Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 10 Feb 2013 11:57:14 +0000 Subject: 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 --- src/sna/fb/fbpict.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/sna/fb/fbpict.c b/src/sna/fb/fbpict.c index 349ec538..27bed148 100644 --- a/src/sna/fb/fbpict.c +++ b/src/sna/fb/fbpict.c @@ -25,13 +25,12 @@ #include -#include "fb.h" - -#include #include #include #include +#include "fb.h" + static void SourceValidateOnePicture(PicturePtr picture) { -- cgit v1.2.3