From 4982f200fadd15bb733128ae03ed737549e2657c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 28 Jul 2013 10:38:25 +0000 Subject: move alloca define into its own header since its not related to BLI_array --- source/blender/makesrna/intern/rna_mesh.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_mesh.c') diff --git a/source/blender/makesrna/intern/rna_mesh.c b/source/blender/makesrna/intern/rna_mesh.c index 51aad755e77..35d8a0fb433 100644 --- a/source/blender/makesrna/intern/rna_mesh.c +++ b/source/blender/makesrna/intern/rna_mesh.c @@ -37,7 +37,6 @@ #include "DNA_meshdata_types.h" #include "DNA_object_types.h" -#include "BLI_array.h" #include "BLI_math_base.h" #include "BLI_math_rotation.h" #include "BLI_utildefines.h" -- cgit v1.2.3