glamor: glamor.h: don't need to include fbpict.h
This header doesn't need anything from fbpict.h, so no need to include it here. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
fc9bd6b175
commit
9a7db75bf6
|
@ -34,7 +34,6 @@
|
||||||
#include <gcstruct.h>
|
#include <gcstruct.h>
|
||||||
#include <picturestr.h>
|
#include <picturestr.h>
|
||||||
#include <fb.h>
|
#include <fb.h>
|
||||||
#include <fbpict.h>
|
|
||||||
#ifdef GLAMOR_FOR_XORG
|
#ifdef GLAMOR_FOR_XORG
|
||||||
#include <xf86xv.h>
|
#include <xf86xv.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -27,6 +27,8 @@
|
||||||
*/
|
*/
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
||||||
|
#include "fb/fbpict.h"
|
||||||
|
|
||||||
#include "glamor_priv.h"
|
#include "glamor_priv.h"
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue