split BKE_utildefines.h, now it only has blender specific defines like GS() MAKE_ID, FILE_MAXDIR, moved the generic defines to BLI_utildefines.h.
no functional changes.
This commit is contained in:
@@ -27,10 +27,11 @@
|
||||
#include <math.h> /* fabs */
|
||||
#include <stdio.h> /* for sprintf */
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "BKE_global.h" /* for G */
|
||||
#include "BKE_utildefines.h" /* ABS */
|
||||
|
||||
|
||||
#include "WM_types.h"
|
||||
|
||||
#include "transform.h"
|
||||
|
||||
Reference in New Issue
Block a user