From feb1b3e45513bd6eaa2e6a5ee536183f20d9cb68 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Wed, 22 Aug 2007 16:54:29 +0100 Subject: Fix include to --- fb/fb.h | 2 +- include/miscstruct.h | 2 +- mi/miregion.c | 2 +- render/picture.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fb/fb.h b/fb/fb.h index df430b8fd..27b49f681 100644 --- a/fb/fb.h +++ b/fb/fb.h @@ -26,7 +26,7 @@ #define _FB_H_ #include -#include +#include #include "scrnintstr.h" #include "pixmap.h" diff --git a/include/miscstruct.h b/include/miscstruct.h index d240f1b28..4f5b1d516 100644 --- a/include/miscstruct.h +++ b/include/miscstruct.h @@ -51,7 +51,7 @@ SOFTWARE. #include "misc.h" #include #include "gc.h" -#include +#include typedef xPoint DDXPointRec; diff --git a/mi/miregion.c b/mi/miregion.c index 45768a34f..28d38a254 100644 --- a/mi/miregion.c +++ b/mi/miregion.c @@ -85,7 +85,7 @@ Equipment Corporation. #include "gc.h" #include "mi.h" #include "mispans.h" -#include +#include #undef assert #ifdef DEBUG diff --git a/render/picture.h b/render/picture.h index 563a81b43..1719587a5 100644 --- a/render/picture.h +++ b/render/picture.h @@ -25,7 +25,7 @@ #ifndef _PICTURE_H_ #define _PICTURE_H_ -#include +#include typedef struct _DirectFormat *DirectFormatPtr; typedef struct _PictFormat *PictFormatPtr; -- cgit v1.2.3