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/bmesh/intern/bmesh_operators.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/bmesh/intern/bmesh_operators.c') diff --git a/source/blender/bmesh/intern/bmesh_operators.c b/source/blender/bmesh/intern/bmesh_operators.c index e0268d6b504..269501e1f02 100644 --- a/source/blender/bmesh/intern/bmesh_operators.c +++ b/source/blender/bmesh/intern/bmesh_operators.c @@ -34,7 +34,6 @@ #include "BLI_memarena.h" #include "BLI_mempool.h" #include "BLI_listbase.h" -#include "BLI_array.h" #include "BLF_translation.h" -- cgit v1.2.3