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:
authorCampbell Barton <ideasman42@gmail.com>2014-01-06 17:53:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-06 17:53:52 +0400
commit4b30b22ecfd58cd57aa3dec478d644f0dc28e189 (patch)
treeb33451e1d1c693ff69ebefc646b00e46414b1ae5 /source/blender/python/mathutils/mathutils_noise.h
parent4848f9029a7cf70324888f18ccfcdea3fa50392b (diff)
Fix for recent kdtree py module with MSVC
also remove submodule includes from mathutils.h
Diffstat (limited to 'source/blender/python/mathutils/mathutils_noise.h')
-rw-r--r--source/blender/python/mathutils/mathutils_noise.h2
1 files changed, 0 insertions, 2 deletions
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);