BLI_assert: extract from BLI_utildefines

BLI_utildefines is quite large, defining many unrelated things.
Add BLI_assert to include in inline headers, so math defines don't
pull in too much.
This commit is contained in:
2018-03-16 06:03:29 +11:00
parent 71139cedcb
commit 995ccf8168
5 changed files with 116 additions and 79 deletions

View File

@@ -35,6 +35,7 @@
#endif
#include <math.h>
#include "BLI_assert.h"
#include "BLI_math_inline.h"
#ifndef M_PI