From e03ad27dfb885e58298e1fd2accac0b6ad409fce Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Sat, 11 Feb 2012 07:37:17 +0800 Subject: [PATCH] glamor_picture: Fix the wrong order of header file. Signed-off-by: Zhigang Gong --- glamor/glamor_picture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glamor/glamor_picture.c b/glamor/glamor_picture.c index 6904dab20..217fd4048 100644 --- a/glamor/glamor_picture.c +++ b/glamor/glamor_picture.c @@ -4,8 +4,8 @@ #include -#include "mipict.h" #include "glamor_priv.h" +#include "mipict.h" /* Upload picture to texture. We may need to flip the y axis or * wire alpha to 1. So we may conditional create fbo for the picture.