From f1c4f705a19cc9ae306431be7a970712a40a2d9a Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 27 Dec 2002 13:11:01 +0000 Subject: 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 --- source/blender/writestreamglue/BLO_getPubKey.h | 13 ++----------- source/blender/writestreamglue/BLO_writeStreamErrors.h | 4 ---- source/blender/writestreamglue/BLO_writeStreamGlue.h | 4 ---- source/blender/writestreamglue/intern/BLO_dumpFromMemory.h | 4 ---- 4 files changed, 2 insertions(+), 23 deletions(-) (limited to 'source/blender/writestreamglue') diff --git a/source/blender/writestreamglue/BLO_getPubKey.h b/source/blender/writestreamglue/BLO_getPubKey.h index 3c63e7b500b..b9d8daf8ff6 100644 --- a/source/blender/writestreamglue/BLO_getPubKey.h +++ b/source/blender/writestreamglue/BLO_getPubKey.h @@ -32,15 +32,6 @@ * STUB: give back the dataStreamPubKey */ -#ifdef HAVE_CONFIG_H -#include -#endif - - - int -getPubKey(byte *dataStreamPubKey, - int dataStreamPubKeyLen, - byte **publisherPubKey, - int *publisherPubKeyLen); - +int getPubKey(byte *dataStreamPubKey, int dataStreamPubKeyLen, + byte **publisherPubKey, int *publisherPubKeyLen); diff --git a/source/blender/writestreamglue/BLO_writeStreamErrors.h b/source/blender/writestreamglue/BLO_writeStreamErrors.h index c926511eaa6..cc86660b8d0 100644 --- a/source/blender/writestreamglue/BLO_writeStreamErrors.h +++ b/source/blender/writestreamglue/BLO_writeStreamErrors.h @@ -36,10 +36,6 @@ #ifndef BLO_WRITESTREAMERRORS_H #define BLO_WRITESTREAMERRORS_H -#ifdef HAVE_CONFIG_H -#include -#endif - #ifdef __cplusplus extern "C" { #endif diff --git a/source/blender/writestreamglue/BLO_writeStreamGlue.h b/source/blender/writestreamglue/BLO_writeStreamGlue.h index c5259b564fa..85101d8c79b 100644 --- a/source/blender/writestreamglue/BLO_writeStreamGlue.h +++ b/source/blender/writestreamglue/BLO_writeStreamGlue.h @@ -34,10 +34,6 @@ #ifndef BLO_WRITESTREAMGLUE_H #define BLO_WRITESTREAMGLUE_H -#ifdef HAVE_CONFIG_H -#include -#endif - #ifdef __cplusplus extern "C" { #endif diff --git a/source/blender/writestreamglue/intern/BLO_dumpFromMemory.h b/source/blender/writestreamglue/intern/BLO_dumpFromMemory.h index 238f5c7a654..cb418f67f01 100644 --- a/source/blender/writestreamglue/intern/BLO_dumpFromMemory.h +++ b/source/blender/writestreamglue/intern/BLO_dumpFromMemory.h @@ -31,10 +31,6 @@ * streamglue loopback adds a streamGlueHeader to start of the write stream */ -#ifdef HAVE_CONFIG_H -#include -#endif - int BLO_dumpFromMemory( unsigned char *data, -- cgit v1.2.3