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:
@@ -28,11 +28,15 @@
|
||||
*/
|
||||
#include <assert.h>
|
||||
|
||||
#include "BKE_utildefines.h"
|
||||
#include "BLI_math.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "BKE_utildefines.h"
|
||||
|
||||
#include "DNA_material_types.h"
|
||||
|
||||
#include "RE_raytrace.h"
|
||||
|
||||
#include "render_types.h"
|
||||
#include "rayobject.h"
|
||||
#include "raycounter.h"
|
||||
|
||||
Reference in New Issue
Block a user