remove references to BKE_utildefines where its not needed.

- move GS() define into DNA_ID.h
- add BLI_utildefines as an automatic include with makesrna generated files.
This commit is contained in:
2011-01-07 19:18:31 +00:00
parent 8f21a43535
commit 89c9aaaa25
251 changed files with 221 additions and 301 deletions

View File

@@ -31,7 +31,7 @@
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BKE_utildefines.h"
/* matrix vector callbacks */
int mathutils_matrix_vector_cb_index= -1;