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-10-09 00:18:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-09 00:18:38 +0400
commit590f58d45583f36522ffbcebd68b4a6c921bebeb (patch)
treec95d2cb0f4d042e632b15453a0cdc3de5c203a13 /source/blender/editors/object/object_vgroup.c
parentbfd6f6041dadc78fc6c41f5fbb9725a0171d64b2 (diff)
code cleanup: redundant includes and add minor comments.
Diffstat (limited to 'source/blender/editors/object/object_vgroup.c')
-rw-r--r--source/blender/editors/object/object_vgroup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/object/object_vgroup.c b/source/blender/editors/object/object_vgroup.c
index 82454baae78..b0d884568ca 100644
--- a/source/blender/editors/object/object_vgroup.c
+++ b/source/blender/editors/object/object_vgroup.c
@@ -47,6 +47,7 @@
#include "DNA_scene_types.h"
#include "DNA_particle_types.h"
+#include "BLI_alloca.h"
#include "BLI_array.h"
#include "BLI_math.h"
#include "BLI_blenlib.h"