move alloca define into its own header since its not related to BLI_array

This commit is contained in:
2013-07-28 10:38:25 +00:00
parent 72f2917032
commit 4982f200fa
31 changed files with 31 additions and 61 deletions

View File

@@ -34,6 +34,7 @@
#include "DNA_meshdata_types.h"
#include "BLI_array.h"
#include "BLI_alloca.h"
#include "BLI_math.h"
#include "BLI_memarena.h"