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:
Benjamin Herrenschmidt 2007-06-03 09:40:37 +10:00
parent 90eb22656c
commit e5ce982381
3 changed files with 2 additions and 3 deletions

View File

@ -26,6 +26,8 @@
#define _FB_H_ #define _FB_H_
#include <X11/X.h> #include <X11/X.h>
#include <pixman/pixman.h>
#include "scrnintstr.h" #include "scrnintstr.h"
#include "pixmap.h" #include "pixmap.h"
#include "pixmapstr.h" #include "pixmapstr.h"

View File

@ -30,7 +30,6 @@
#include <string.h> #include <string.h>
#include "fb.h" #include "fb.h"
#include <pixman/pixman.h>
#ifdef RENDER #ifdef RENDER

View File

@ -30,8 +30,6 @@
#ifdef RENDER #ifdef RENDER
#include <pixman/pixman.h>
#include "picturestr.h" #include "picturestr.h"
#include "mipict.h" #include "mipict.h"
#include "renderedge.h" #include "renderedge.h"