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/bmesh/operators/bmo_inset.c
parentbfd6f6041dadc78fc6c41f5fbb9725a0171d64b2 (diff)
code cleanup: redundant includes and add minor comments.
Diffstat (limited to 'source/blender/bmesh/operators/bmo_inset.c')
-rw-r--r--source/blender/bmesh/operators/bmo_inset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/bmesh/operators/bmo_inset.c b/source/blender/bmesh/operators/bmo_inset.c
index 20cd828af1e..e20556a830d 100644
--- a/source/blender/bmesh/operators/bmo_inset.c
+++ b/source/blender/bmesh/operators/bmo_inset.c
@@ -31,7 +31,6 @@
#include "MEM_guardedalloc.h"
#include "BLI_math.h"
-#include "BLI_array.h"
#include "BLI_alloca.h"
#include "BLI_memarena.h"
#include "BKE_customdata.h"