Revert "Fix <pixman.h> include to <pixman/pixman.h>"

The pixman headers have been located under pixman-1/ instead of pixman/ since
around 2007-08-06, and pixman-1.pc has the updated include paths to account
for this.

This reverts commit feb1b3e455.
This commit is contained in:
Eric Anholt 2007-08-22 09:00:45 -07:00
parent bc2d516f16
commit d0dc9698ae
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -51,7 +51,7 @@ SOFTWARE.
#include "misc.h"
#include <X11/Xprotostr.h>
#include "gc.h"
#include <pixman/pixman.h>
#include <pixman.h>
typedef xPoint DDXPointRec;

View File

@ -85,7 +85,7 @@ Equipment Corporation.
#include "gc.h"
#include "mi.h"
#include "mispans.h"
#include <pixman/pixman.h>
#include <pixman.h>
#undef assert
#ifdef DEBUG

View File

@ -25,7 +25,7 @@
#ifndef _PICTURE_H_
#define _PICTURE_H_
#include <pixman/pixman.h>
#include <pixman.h>
typedef struct _DirectFormat *DirectFormatPtr;
typedef struct _PictFormat *PictFormatPtr;