From 0fdc0ce297be5a9621e41eba6e785a1d9c9287e4 Mon Sep 17 00:00:00 2001 From: Stephen Swaney Date: Thu, 7 Oct 2004 19:25:40 +0000 Subject: Another step in the Big Bpy Cleanup. - move static declarations and data definitions out of headers. the BGL module still need cleaning. - move declarations out of modules.h and into appropriate .h files. modules.h still exists as a container for the few modules that need to #include almost everything. - all files now have a $Id tag and have been formatted by indent there are no changes to executable code. pre-commit versions are tagged with bpy-cleanup-pre-20041007 for the sake of paranoia. --- source/blender/python/api2_2x/Texture.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/python/api2_2x/Texture.c') diff --git a/source/blender/python/api2_2x/Texture.c b/source/blender/python/api2_2x/Texture.c index 839a804017f..144f200f045 100644 --- a/source/blender/python/api2_2x/Texture.c +++ b/source/blender/python/api2_2x/Texture.c @@ -40,9 +40,10 @@ #include "MTex.h" #include "Texture.h" #include "Image.h" +#include "Ipo.h" #include "constant.h" #include "gen_utils.h" -#include "modules.h" + /*****************************************************************************/ -- cgit v1.2.3