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:
-rw-r--r--source/blender/python/generic/Mathutils.h2
-rw-r--r--source/blender/python/generic/euler.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/python/generic/Mathutils.h b/source/blender/python/generic/Mathutils.h
index 65d74fb66f2..869ac4d70df 100644
--- a/source/blender/python/generic/Mathutils.h
+++ b/source/blender/python/generic/Mathutils.h
@@ -33,8 +33,6 @@
#include <Python.h>
-#include "BLO_sys_types.h"
-
#include "vector.h"
#include "matrix.h"
#include "quat.h"
diff --git a/source/blender/python/generic/euler.c b/source/blender/python/generic/euler.c
index 7e5be428868..dcd6bcb031c 100644
--- a/source/blender/python/generic/euler.c
+++ b/source/blender/python/generic/euler.c
@@ -32,6 +32,7 @@
#include "BKE_utildefines.h"
#include "BLI_blenlib.h"
+#include "BLO_sys_types.h"
//----------------------------------Mathutils.Euler() -------------------
//makes a new euler for you to play with