From 4b30b22ecfd58cd57aa3dec478d644f0dc28e189 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 7 Jan 2014 00:53:52 +1100 Subject: Fix for recent kdtree py module with MSVC also remove submodule includes from mathutils.h --- source/blender/python/mathutils/mathutils_noise.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/python/mathutils/mathutils_noise.h') diff --git a/source/blender/python/mathutils/mathutils_noise.h b/source/blender/python/mathutils/mathutils_noise.h index 2ed3e32f4f1..f2218b28f8f 100644 --- a/source/blender/python/mathutils/mathutils_noise.h +++ b/source/blender/python/mathutils/mathutils_noise.h @@ -27,8 +27,6 @@ #ifndef __MATHUTILS_NOISE_H__ #define __MATHUTILS_NOISE_H__ -#include "mathutils.h" - PyMODINIT_FUNC PyInit_mathutils_noise(void); PyMODINIT_FUNC PyInit_mathutils_noise_types(void); PyMODINIT_FUNC PyInit_mathutils_noise_metrics(void); -- cgit v1.2.3