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
This commit is contained in:
2002-12-27 13:11:01 +00:00
parent f78de74b20
commit f1c4f705a1
554 changed files with 3 additions and 2297 deletions

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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;

View File

@@ -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);

View File

@@ -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);

View File

@@ -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

View File

@@ -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"

View File

@@ -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*/