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/verify/BLO_sign_verify_Header.h | 4 ---- source/blender/verify/BLO_signer_info.h | 4 ---- source/blender/verify/BLO_verify.h | 4 ---- 3 files changed, 12 deletions(-) (limited to 'source/blender/verify') diff --git a/source/blender/verify/BLO_sign_verify_Header.h b/source/blender/verify/BLO_sign_verify_Header.h index 37470c72443..8f26eed95aa 100644 --- a/source/blender/verify/BLO_sign_verify_Header.h +++ b/source/blender/verify/BLO_sign_verify_Header.h @@ -34,10 +34,6 @@ #ifndef BLO_SIGN_VERIFY_H #define BLO_SIGN_VERIFY_H -#ifdef HAVE_CONFIG_H -#include -#endif - #ifdef __cplusplus extern "C" { #endif diff --git a/source/blender/verify/BLO_signer_info.h b/source/blender/verify/BLO_signer_info.h index 0fdf9c6286a..d2e6b987147 100644 --- a/source/blender/verify/BLO_signer_info.h +++ b/source/blender/verify/BLO_signer_info.h @@ -33,10 +33,6 @@ #include "BLO_sign_verify_Header.h" -#ifdef HAVE_CONFIG_H -#include -#endif - /* external struct for signer info */ struct BLO_SignerInfo { diff --git a/source/blender/verify/BLO_verify.h b/source/blender/verify/BLO_verify.h index 50eb2e4ab04..6396c4d6c73 100644 --- a/source/blender/verify/BLO_verify.h +++ b/source/blender/verify/BLO_verify.h @@ -33,10 +33,6 @@ #ifndef BLO_VERIFY_H #define BLO_VERIFY_H -#ifdef HAVE_CONFIG_H -#include -#endif - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3