Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-07-28 14:38:25 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-28 14:38:25 +0400
commit4982f200fadd15bb733128ae03ed737549e2657c (patch)
treec2756d5ea66603f34c3e1fb547bb008a4278d57e /source/blender/bmesh/intern/bmesh_queries.c
parent72f29170325e6c01afb667be209ea5939b445551 (diff)
move alloca define into its own header since its not related to BLI_array
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_queries.c')
-rw-r--r--source/blender/bmesh/intern/bmesh_queries.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/intern/bmesh_queries.c b/source/blender/bmesh/intern/bmesh_queries.c
index 9dc5ae61d61..de601b19052 100644
--- a/source/blender/bmesh/intern/bmesh_queries.c
+++ b/source/blender/bmesh/intern/bmesh_queries.c
@@ -33,8 +33,8 @@
#include "MEM_guardedalloc.h"
-#include "BLI_array.h"
#include "BLI_math.h"
+#include "BLI_alloca.h"
#include "bmesh.h"
#include "intern/bmesh_private.h"