From 5589050c7eed96a574a686c1e970c1566c716363 Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Sat, 20 Feb 2010 22:49:45 +0000 Subject: [PATCH] move include where it's needed and won't break other things. --- source/blender/python/generic/Mathutils.h | 2 -- source/blender/python/generic/euler.c | 1 + 2 files changed, 1 insertion(+), 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 -#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