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/makesdna/DNA_property_types.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/makesdna/DNA_property_types.h') diff --git a/source/blender/makesdna/DNA_property_types.h b/source/blender/makesdna/DNA_property_types.h index 1614d52db88..e46d557cc8b 100644 --- a/source/blender/makesdna/DNA_property_types.h +++ b/source/blender/makesdna/DNA_property_types.h @@ -37,10 +37,6 @@ #ifndef DNA_PROPERTY_TYPES_H #define DNA_PROPERTY_TYPES_H -#ifdef HAVE_CONFIG_H -#include -#endif - /* ********************* PROPERTY ************************ */ typedef struct bProperty { -- cgit v1.2.3