From f78de74b202cefa087e9d6d1ac62a6d4f0bcf6eb Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Thu, 26 Dec 2002 18:25:17 +0000 Subject: WooHoo me again ;) I took out the following from the includes in the intern dir that still had it: -#ifdef HAVE_CONFIG_H -#include -#endif Kent -- mein@cs.umn.edu --- intern/string/STR_HashedString.h | 4 ---- intern/string/STR_String.h | 4 ---- 2 files changed, 8 deletions(-) (limited to 'intern/string') diff --git a/intern/string/STR_HashedString.h b/intern/string/STR_HashedString.h index 9ba8e98bb7b..bf18a4e4da6 100644 --- a/intern/string/STR_HashedString.h +++ b/intern/string/STR_HashedString.h @@ -40,10 +40,6 @@ #ifndef __STR_HASHSTRING #define __STR_HASHSTRING -#ifdef HAVE_CONFIG_H -#include -#endif - #include "STR_String.h" diff --git a/intern/string/STR_String.h b/intern/string/STR_String.h index 01fe9f68816..a7f91c3b377 100644 --- a/intern/string/STR_String.h +++ b/intern/string/STR_String.h @@ -40,10 +40,6 @@ #ifndef _STR_String_H_ #define _STR_String_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #ifndef STR_NO_ASSERTD #undef assertd #define assertd(exp) ((void)NULL) -- cgit v1.2.3