move include where it's needed and won't break other things.
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user