glamor_picture: Fix the wrong order of header file.

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
This commit is contained in:
Zhigang Gong 2012-02-11 07:37:17 +08:00 committed by Eric Anholt
parent bf24c2c068
commit e03ad27dfb

View File

@ -4,8 +4,8 @@
#include <stdlib.h>
#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.