Fix for recent kdtree py module with MSVC

also remove submodule includes from mathutils.h
This commit is contained in:
2014-01-07 00:53:52 +11:00
parent 4848f9029a
commit 4b30b22ecf
7 changed files with 14 additions and 9 deletions

View File

@@ -55,10 +55,10 @@ typedef struct {
#include "mathutils_Euler.h"
#include "mathutils_Color.h"
/* utility submodules */
#include "mathutils_geometry.h"
#include "mathutils_noise.h"
#include "mathutils_kdtree.h"
// /* utility submodules */
//
//
//#include "mathutils_kdtree.h"
PyObject *BaseMathObject_owner_get(BaseMathObject *self, void *);
PyObject *BaseMathObject_is_wrapped_get(BaseMathObject *self, void *);