Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/api2_2x/Texture.c')
-rw-r--r--source/blender/python/api2_2x/Texture.c3
1 files changed, 2 insertions, 1 deletions
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"
+
/*****************************************************************************/