From b9a19f1ea702446cb176d3f621de331d5c2cc9da Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 25 Nov 2002 11:16:17 +0000 Subject: Did all of the .h's in source (adding) #ifdef HAVE_CONFIG_H #include #endif also the Makefile.in's were from previous patch adding the system depend stuff to configure.ac Kent -- mein@cs.umn.edu --- source/blender/img/intern/IMG_BrushRGBA32.h | 4 ++++ source/blender/img/intern/IMG_CanvasRGBA32.h | 4 ++++ source/blender/img/intern/IMG_Color.h | 4 ++++ source/blender/img/intern/IMG_Line.h | 4 ++++ source/blender/img/intern/IMG_MemPtr.h | 4 ++++ source/blender/img/intern/IMG_Pixmap.h | 4 ++++ source/blender/img/intern/IMG_PixmapRGBA32.h | 4 ++++ source/blender/img/intern/IMG_Rect.h | 4 ++++ source/blender/img/intern/IMG_Types.h | 4 ++++ 9 files changed, 36 insertions(+) (limited to 'source/blender/img/intern') diff --git a/source/blender/img/intern/IMG_BrushRGBA32.h b/source/blender/img/intern/IMG_BrushRGBA32.h index a609b685087..8995a218bc5 100644 --- a/source/blender/img/intern/IMG_BrushRGBA32.h +++ b/source/blender/img/intern/IMG_BrushRGBA32.h @@ -32,6 +32,10 @@ #ifndef _H_IMG_BrushRGBA32 #define _H_IMG_BrushRGBA32 +#ifdef HAVE_CONFIG_H +#include +#endif + #include "IMG_PixmapRGBA32.h" diff --git a/source/blender/img/intern/IMG_CanvasRGBA32.h b/source/blender/img/intern/IMG_CanvasRGBA32.h index fb201202fc1..53743b65a87 100644 --- a/source/blender/img/intern/IMG_CanvasRGBA32.h +++ b/source/blender/img/intern/IMG_CanvasRGBA32.h @@ -35,6 +35,10 @@ #ifndef _H_IMG_CanvasRGBA32 #define _H_IMG_CanvasRGBA32 +#ifdef HAVE_CONFIG_H +#include +#endif + #include "IMG_PixmapRGBA32.h" #include "IMG_BrushRGBA32.h" diff --git a/source/blender/img/intern/IMG_Color.h b/source/blender/img/intern/IMG_Color.h index 8343f55e4f0..ace2ad06359 100644 --- a/source/blender/img/intern/IMG_Color.h +++ b/source/blender/img/intern/IMG_Color.h @@ -35,6 +35,10 @@ #ifndef _H_IMG_Color #define _H_IMG_Color +#ifdef HAVE_CONFIG_H +#include +#endif + class IMG_ColorRGBA; /** diff --git a/source/blender/img/intern/IMG_Line.h b/source/blender/img/intern/IMG_Line.h index 0eb4a261d5f..f0d74258f9b 100644 --- a/source/blender/img/intern/IMG_Line.h +++ b/source/blender/img/intern/IMG_Line.h @@ -35,6 +35,10 @@ #ifndef _H_IMG_Line #define _H_IMG_Line +#ifdef HAVE_CONFIG_H +#include +#endif + #include "IMG_Types.h" #include diff --git a/source/blender/img/intern/IMG_MemPtr.h b/source/blender/img/intern/IMG_MemPtr.h index 772e7aa9886..f8576c61fbc 100644 --- a/source/blender/img/intern/IMG_MemPtr.h +++ b/source/blender/img/intern/IMG_MemPtr.h @@ -37,6 +37,10 @@ #include +#ifdef HAVE_CONFIG_H +#include +#endif + /** * A memory pointer for memory of any type. * It can be used to avoid memory leaks when allocating memory in constructors. diff --git a/source/blender/img/intern/IMG_Pixmap.h b/source/blender/img/intern/IMG_Pixmap.h index bde5b76e9b3..c97957375d1 100644 --- a/source/blender/img/intern/IMG_Pixmap.h +++ b/source/blender/img/intern/IMG_Pixmap.h @@ -35,6 +35,10 @@ #ifndef _H_IMG_Pixmap #define _H_IMG_Pixmap +#ifdef HAVE_CONFIG_H +#include +#endif + #include "IMG_Types.h" #include "IMG_Color.h" #include "IMG_Rect.h" diff --git a/source/blender/img/intern/IMG_PixmapRGBA32.h b/source/blender/img/intern/IMG_PixmapRGBA32.h index 71941737132..ed846524799 100644 --- a/source/blender/img/intern/IMG_PixmapRGBA32.h +++ b/source/blender/img/intern/IMG_PixmapRGBA32.h @@ -35,6 +35,10 @@ #ifndef _H_IMG_PixmapRGBA32 #define _H_IMG_PixmapRGBA32 +#ifdef HAVE_CONFIG_H +#include +#endif + #include "IMG_Pixmap.h" #include "IMG_MemPtr.h" diff --git a/source/blender/img/intern/IMG_Rect.h b/source/blender/img/intern/IMG_Rect.h index 980c96f11aa..8d1d835d308 100644 --- a/source/blender/img/intern/IMG_Rect.h +++ b/source/blender/img/intern/IMG_Rect.h @@ -35,6 +35,10 @@ #ifndef _H_IMG_Rect #define _H_IMG_Rect +#ifdef HAVE_CONFIG_H +#include +#endif + #include "IMG_Types.h" #include "IMG_Line.h" diff --git a/source/blender/img/intern/IMG_Types.h b/source/blender/img/intern/IMG_Types.h index d4988d39dc6..ce08cda3401 100644 --- a/source/blender/img/intern/IMG_Types.h +++ b/source/blender/img/intern/IMG_Types.h @@ -35,6 +35,10 @@ #ifndef _H_IMG_Types #define _H_IMG_Types +#ifdef HAVE_CONFIG_H +#include +#endif + typedef int TInt32; typedef unsigned char TUns8; typedef unsigned int TUns32; -- cgit v1.2.3