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:
2011-01-07 18:36:47 +00:00
parent a601fd8893
commit 8f21a43535
454 changed files with 1054 additions and 512 deletions

View File

@@ -29,7 +29,6 @@
#include <math.h>
#include <string.h>
#include "MEM_guardedalloc.h"
#include "DNA_scene_types.h"
@@ -38,6 +37,7 @@
#include "BLI_blenlib.h"
#include "BLI_math_color.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_global.h"