move include where it's needed and won't break other things.

This commit is contained in:
Martin Poirier 2010-02-20 22:49:45 +00:00
parent f7d82af101
commit 5589050c7e
2 changed files with 1 additions and 2 deletions

@ -33,8 +33,6 @@
#include <Python.h>
#include "BLO_sys_types.h"
#include "vector.h"
#include "matrix.h"
#include "quat.h"

@ -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