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:
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h4
-rw-r--r--source/blender/imbuf/IMB_imbuf_types.h4
-rw-r--r--source/blender/imbuf/intern/IMB_allocimbuf.h4
-rw-r--r--source/blender/imbuf/intern/IMB_amiga.h4
-rw-r--r--source/blender/imbuf/intern/IMB_bitplanes.h4
-rw-r--r--source/blender/imbuf/intern/IMB_bmp.h4
-rw-r--r--source/blender/imbuf/intern/IMB_cmap.h4
-rw-r--r--source/blender/imbuf/intern/IMB_divers.h4
-rw-r--r--source/blender/imbuf/intern/IMB_filter.h4
-rw-r--r--source/blender/imbuf/intern/IMB_ham.h4
-rw-r--r--source/blender/imbuf/intern/IMB_hamx.h4
-rw-r--r--source/blender/imbuf/intern/IMB_iff.h4
-rw-r--r--source/blender/imbuf/intern/IMB_iris.h4
-rw-r--r--source/blender/imbuf/intern/IMB_jpeg.h4
-rw-r--r--source/blender/imbuf/intern/IMB_png.h4
-rw-r--r--source/blender/imbuf/intern/IMB_targa.h4
-rw-r--r--source/blender/imbuf/intern/imbuf.h4
-rw-r--r--source/blender/imbuf/intern/imbuf_patch.h4
-rw-r--r--source/blender/imbuf/intern/matrix.h4
19 files changed, 0 insertions, 76 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index fa59e55d333..100da22019f 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -94,10 +94,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifndef IMB_IMBUF_H
#define IMB_IMBUF_H
diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h
index 2b89909c887..80da8ed8258 100644
--- a/source/blender/imbuf/IMB_imbuf_types.h
+++ b/source/blender/imbuf/IMB_imbuf_types.h
@@ -42,10 +42,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifndef IMB_IMBUF_TYPES_H
#define IMB_IMBUF_TYPES_H
diff --git a/source/blender/imbuf/intern/IMB_allocimbuf.h b/source/blender/imbuf/intern/IMB_allocimbuf.h
index b5daef3f72b..21dc59a127c 100644
--- a/source/blender/imbuf/intern/IMB_allocimbuf.h
+++ b/source/blender/imbuf/intern/IMB_allocimbuf.h
@@ -35,10 +35,6 @@
#ifndef IMB_ALLOCIMBUF_H
#define IMB_ALLOCIMBUF_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct ImBuf;
short imb_addrectImBuf(struct ImBuf * ibuf);
diff --git a/source/blender/imbuf/intern/IMB_amiga.h b/source/blender/imbuf/intern/IMB_amiga.h
index 2b58204f384..eca6b8fbac8 100644
--- a/source/blender/imbuf/intern/IMB_amiga.h
+++ b/source/blender/imbuf/intern/IMB_amiga.h
@@ -35,10 +35,6 @@
#ifndef IMB_AMIGA_H
#define IMB_AMIGA_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct ImBuf;
struct ImBuf *imb_loadamiga(int *iffmem,int flags);
diff --git a/source/blender/imbuf/intern/IMB_bitplanes.h b/source/blender/imbuf/intern/IMB_bitplanes.h
index cd0667e8730..77832e19177 100644
--- a/source/blender/imbuf/intern/IMB_bitplanes.h
+++ b/source/blender/imbuf/intern/IMB_bitplanes.h
@@ -35,10 +35,6 @@
#ifndef IMB_BITPLANES_H
#define IMB_BITPLANES_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct ImBuf;
void imb_bptolong(struct ImBuf *ibuf);
diff --git a/source/blender/imbuf/intern/IMB_bmp.h b/source/blender/imbuf/intern/IMB_bmp.h
index 5c5dc367e98..112cfe932ce 100644
--- a/source/blender/imbuf/intern/IMB_bmp.h
+++ b/source/blender/imbuf/intern/IMB_bmp.h
@@ -35,10 +35,6 @@
#ifndef IMB_BMP_H
#define IMB_BMP_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct ImBuf;
int imb_is_a_bmp(void *buf);
diff --git a/source/blender/imbuf/intern/IMB_cmap.h b/source/blender/imbuf/intern/IMB_cmap.h
index 734bbd627e1..23f5b9f4015 100644
--- a/source/blender/imbuf/intern/IMB_cmap.h
+++ b/source/blender/imbuf/intern/IMB_cmap.h
@@ -35,10 +35,6 @@
#ifndef IMB_CMAP_H
#define IMB_CMAP_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct ImBuf;
void imb_makecolarray(struct ImBuf *ibuf, unsigned char *mem, short nocols);
diff --git a/source/blender/imbuf/intern/IMB_divers.h b/source/blender/imbuf/intern/IMB_divers.h
index bab752fb845..196ecf3219b 100644
--- a/source/blender/imbuf/intern/IMB_divers.h
+++ b/source/blender/imbuf/intern/IMB_divers.h
@@ -35,10 +35,6 @@
#ifndef IMB_DIVERS_H
#define IMB_DIVERS_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct ImBuf;
void imb_checkncols(struct ImBuf *ibuf);
diff --git a/source/blender/imbuf/intern/IMB_filter.h b/source/blender/imbuf/intern/IMB_filter.h
index 23fec962cb8..7091ee56aa2 100644
--- a/source/blender/imbuf/intern/IMB_filter.h
+++ b/source/blender/imbuf/intern/IMB_filter.h
@@ -35,10 +35,6 @@
#ifndef IMB_FILTER_H
#define IMB_FILTER_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct ImBuf;
void imb_filterx(struct ImBuf *ibuf);
diff --git a/source/blender/imbuf/intern/IMB_ham.h b/source/blender/imbuf/intern/IMB_ham.h
index d3b4f783b39..b1b1e7b0c97 100644
--- a/source/blender/imbuf/intern/IMB_ham.h
+++ b/source/blender/imbuf/intern/IMB_ham.h
@@ -35,10 +35,6 @@
#ifndef IMB_HAM_H
#define IMB_HAM_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct ImBuf;
short imb_converttoham(struct ImBuf *ibuf);
diff --git a/source/blender/imbuf/intern/IMB_hamx.h b/source/blender/imbuf/intern/IMB_hamx.h
index 934cbb7d8ba..8b7f489964e 100644
--- a/source/blender/imbuf/intern/IMB_hamx.h
+++ b/source/blender/imbuf/intern/IMB_hamx.h
@@ -35,10 +35,6 @@
#ifndef IMB_HAMX_H
#define IMB_HAMX_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct ImBuf;
struct ImBuf *imb_loadanim(int *iffmem, int flags);
diff --git a/source/blender/imbuf/intern/IMB_iff.h b/source/blender/imbuf/intern/IMB_iff.h
index e59bb21369e..1dbb193d098 100644
--- a/source/blender/imbuf/intern/IMB_iff.h
+++ b/source/blender/imbuf/intern/IMB_iff.h
@@ -35,10 +35,6 @@
#ifndef IMB_IFF_H
#define IMB_IFF_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct ImBuf;
unsigned short imb_start_iff(struct ImBuf *ibuf, int file);
diff --git a/source/blender/imbuf/intern/IMB_iris.h b/source/blender/imbuf/intern/IMB_iris.h
index cd50dcef730..41457e1fadf 100644
--- a/source/blender/imbuf/intern/IMB_iris.h
+++ b/source/blender/imbuf/intern/IMB_iris.h
@@ -35,10 +35,6 @@
#ifndef IMB_IRIS_H
#define IMB_IRIS_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct ImBuf;
struct ImBuf *imb_loadiris(unsigned char *mem, int flags);
diff --git a/source/blender/imbuf/intern/IMB_jpeg.h b/source/blender/imbuf/intern/IMB_jpeg.h
index 19afcf6ef59..a673d965a4d 100644
--- a/source/blender/imbuf/intern/IMB_jpeg.h
+++ b/source/blender/imbuf/intern/IMB_jpeg.h
@@ -35,10 +35,6 @@
#ifndef IMB_JPEG_H
#define IMB_JPEG_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct ImBuf;
struct jpeg_compress_struct;
diff --git a/source/blender/imbuf/intern/IMB_png.h b/source/blender/imbuf/intern/IMB_png.h
index 13726599450..f876b8204d8 100644
--- a/source/blender/imbuf/intern/IMB_png.h
+++ b/source/blender/imbuf/intern/IMB_png.h
@@ -35,10 +35,6 @@
#ifndef IMB_PNG_H
#define IMB_PNG_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct ImBuf;
int imb_is_a_png(void *buf);
diff --git a/source/blender/imbuf/intern/IMB_targa.h b/source/blender/imbuf/intern/IMB_targa.h
index 3d7f39d698e..f1fdf5f4daa 100644
--- a/source/blender/imbuf/intern/IMB_targa.h
+++ b/source/blender/imbuf/intern/IMB_targa.h
@@ -35,10 +35,6 @@
#ifndef IMB_TARGA_H
#define IMB_TARGA_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
struct ImBuf;
int imb_is_a_targa(void *buf);
diff --git a/source/blender/imbuf/intern/imbuf.h b/source/blender/imbuf/intern/imbuf.h
index 575ba463ffd..63679be7f31 100644
--- a/source/blender/imbuf/intern/imbuf.h
+++ b/source/blender/imbuf/intern/imbuf.h
@@ -41,10 +41,6 @@
#include <sys/types.h>
#include <stdio.h>
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifndef WIN32
#include <unistd.h>
#endif
diff --git a/source/blender/imbuf/intern/imbuf_patch.h b/source/blender/imbuf/intern/imbuf_patch.h
index 11c556b2ced..e8d8faa14a1 100644
--- a/source/blender/imbuf/intern/imbuf_patch.h
+++ b/source/blender/imbuf/intern/imbuf_patch.h
@@ -38,10 +38,6 @@
#ifndef IMBUF_PATCH_H
#define IMBUF_PATCH_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
/* most of imbuf uses this aloc, and it will disappear soon
* (hopefully) (25-10-2001 nzc) */
#include "MEM_guardedalloc.h"
diff --git a/source/blender/imbuf/intern/matrix.h b/source/blender/imbuf/intern/matrix.h
index 11bb6cb3edf..20127e806a9 100644
--- a/source/blender/imbuf/intern/matrix.h
+++ b/source/blender/imbuf/intern/matrix.h
@@ -32,10 +32,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
/* rgbyuv is identiek aan rgbbeta */
float rgbyuv[4][4]={ /* afgeleid uit videoframer = Y Cr Cb in kopieen van Francois*/