mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
Include pixman.h from fb.h or compile of some files will fail
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
2
fb/fb.h
2
fb/fb.h
@@ -26,6 +26,8 @@
|
||||
#define _FB_H_
|
||||
|
||||
#include <X11/X.h>
|
||||
#include <pixman/pixman.h>
|
||||
|
||||
#include "scrnintstr.h"
|
||||
#include "pixmap.h"
|
||||
#include "pixmapstr.h"
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "fb.h"
|
||||
#include <pixman/pixman.h>
|
||||
|
||||
#ifdef RENDER
|
||||
|
||||
|
||||
@@ -30,8 +30,6 @@
|
||||
|
||||
#ifdef RENDER
|
||||
|
||||
#include <pixman/pixman.h>
|
||||
|
||||
#include "picturestr.h"
|
||||
#include "mipict.h"
|
||||
#include "renderedge.h"
|
||||
|
||||
Reference in New Issue
Block a user