[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27038] trunk/blender/source/blender/ python/generic: move include where it's needed and won't break other things .

Martin Poirier theeth at yahoo.com
Sat Feb 20 23:49:45 CET 2010


Revision: 27038
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27038
Author:   theeth
Date:     2010-02-20 23:49:45 +0100 (Sat, 20 Feb 2010)

Log Message:
-----------
move include where it's needed and won't break other things.

Modified Paths:
--------------
    trunk/blender/source/blender/python/generic/Mathutils.h
    trunk/blender/source/blender/python/generic/euler.c

Modified: trunk/blender/source/blender/python/generic/Mathutils.h
===================================================================
--- trunk/blender/source/blender/python/generic/Mathutils.h	2010-02-20 22:38:21 UTC (rev 27037)
+++ trunk/blender/source/blender/python/generic/Mathutils.h	2010-02-20 22:49:45 UTC (rev 27038)
@@ -33,8 +33,6 @@
 
 #include <Python.h>
 
-#include "BLO_sys_types.h"
-
 #include "vector.h"
 #include "matrix.h"
 #include "quat.h"

Modified: trunk/blender/source/blender/python/generic/euler.c
===================================================================
--- trunk/blender/source/blender/python/generic/euler.c	2010-02-20 22:38:21 UTC (rev 27037)
+++ trunk/blender/source/blender/python/generic/euler.c	2010-02-20 22:49:45 UTC (rev 27038)
@@ -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





More information about the Bf-blender-cvs mailing list