Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2002-12-27 16:11:01 +0300
committerKent Mein <mein@cs.umn.edu>2002-12-27 16:11:01 +0300
commitf1c4f705a19cc9ae306431be7a970712a40a2d9a (patch)
treea0dac6b28132e480266a7d7c2d5f2c75613ca1a1 /source/blender/img
parentf78de74b202cefa087e9d6d1ac62a6d4f0bcf6eb (diff)
Removed the config.h thing from the .h's in the source dir.
So we should be all set now :) Kent -- mein@cs.umn.edu
Diffstat (limited to 'source/blender/img')
-rw-r--r--source/blender/img/IMG_Api.h4
-rw-r--r--source/blender/img/intern/IMG_BrushRGBA32.h5
-rw-r--r--source/blender/img/intern/IMG_CanvasRGBA32.h4
-rw-r--r--source/blender/img/intern/IMG_Color.h4
-rw-r--r--source/blender/img/intern/IMG_Line.h4
-rw-r--r--source/blender/img/intern/IMG_MemPtr.h4
-rw-r--r--source/blender/img/intern/IMG_Pixmap.h4
-rw-r--r--source/blender/img/intern/IMG_PixmapRGBA32.h4
-rw-r--r--source/blender/img/intern/IMG_Rect.h4
-rw-r--r--source/blender/img/intern/IMG_Types.h4
10 files changed, 0 insertions, 41 deletions
diff --git a/source/blender/img/IMG_Api.h b/source/blender/img/IMG_Api.h
index a641b515e95..74e966bdbf8 100644
--- a/source/blender/img/IMG_Api.h
+++ b/source/blender/img/IMG_Api.h
@@ -36,10 +36,6 @@
#include <stddef.h>
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
typedef void* IMG_BrushPtr;
typedef void* IMG_CanvasPtr;
diff --git a/source/blender/img/intern/IMG_BrushRGBA32.h b/source/blender/img/intern/IMG_BrushRGBA32.h
index 8995a218bc5..4c94131f52a 100644
--- a/source/blender/img/intern/IMG_BrushRGBA32.h
+++ b/source/blender/img/intern/IMG_BrushRGBA32.h
@@ -32,13 +32,8 @@
#ifndef _H_IMG_BrushRGBA32
#define _H_IMG_BrushRGBA32
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "IMG_PixmapRGBA32.h"
-
/**
* A brush used for drawing in pixmaps.
* The brush is a pixmap as well.
diff --git a/source/blender/img/intern/IMG_CanvasRGBA32.h b/source/blender/img/intern/IMG_CanvasRGBA32.h
index 53743b65a87..fb201202fc1 100644
--- a/source/blender/img/intern/IMG_CanvasRGBA32.h
+++ b/source/blender/img/intern/IMG_CanvasRGBA32.h
@@ -35,10 +35,6 @@
#ifndef _H_IMG_CanvasRGBA32
#define _H_IMG_CanvasRGBA32
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#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 ace2ad06359..8343f55e4f0 100644
--- a/source/blender/img/intern/IMG_Color.h
+++ b/source/blender/img/intern/IMG_Color.h
@@ -35,10 +35,6 @@
#ifndef _H_IMG_Color
#define _H_IMG_Color
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
class IMG_ColorRGBA;
/**
diff --git a/source/blender/img/intern/IMG_Line.h b/source/blender/img/intern/IMG_Line.h
index f0d74258f9b..0eb4a261d5f 100644
--- a/source/blender/img/intern/IMG_Line.h
+++ b/source/blender/img/intern/IMG_Line.h
@@ -35,10 +35,6 @@
#ifndef _H_IMG_Line
#define _H_IMG_Line
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "IMG_Types.h"
#include <math.h>
diff --git a/source/blender/img/intern/IMG_MemPtr.h b/source/blender/img/intern/IMG_MemPtr.h
index f8576c61fbc..772e7aa9886 100644
--- a/source/blender/img/intern/IMG_MemPtr.h
+++ b/source/blender/img/intern/IMG_MemPtr.h
@@ -37,10 +37,6 @@
#include <stddef.h>
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#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 c97957375d1..bde5b76e9b3 100644
--- a/source/blender/img/intern/IMG_Pixmap.h
+++ b/source/blender/img/intern/IMG_Pixmap.h
@@ -35,10 +35,6 @@
#ifndef _H_IMG_Pixmap
#define _H_IMG_Pixmap
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#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 ed846524799..71941737132 100644
--- a/source/blender/img/intern/IMG_PixmapRGBA32.h
+++ b/source/blender/img/intern/IMG_PixmapRGBA32.h
@@ -35,10 +35,6 @@
#ifndef _H_IMG_PixmapRGBA32
#define _H_IMG_PixmapRGBA32
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#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 8d1d835d308..980c96f11aa 100644
--- a/source/blender/img/intern/IMG_Rect.h
+++ b/source/blender/img/intern/IMG_Rect.h
@@ -35,10 +35,6 @@
#ifndef _H_IMG_Rect
#define _H_IMG_Rect
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#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 ce08cda3401..d4988d39dc6 100644
--- a/source/blender/img/intern/IMG_Types.h
+++ b/source/blender/img/intern/IMG_Types.h
@@ -35,10 +35,6 @@
#ifndef _H_IMG_Types
#define _H_IMG_Types
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
typedef int TInt32;
typedef unsigned char TUns8;
typedef unsigned int TUns32;