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@chris-wilson.co.uk>
This commit is contained in:
parent
71fbad64c5
commit
3169a4e53c
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue