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_dupe.c
parentbfd6f6041dadc78fc6c41f5fbb9725a0171d64b2 (diff)
code cleanup: redundant includes and add minor comments.
Diffstat (limited to 'source/blender/bmesh/operators/bmo_dupe.c')
-rw-r--r--source/blender/bmesh/operators/bmo_dupe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/bmesh/operators/bmo_dupe.c b/source/blender/bmesh/operators/bmo_dupe.c
index bd2485b92fb..a5c34f7623b 100644
--- a/source/blender/bmesh/operators/bmo_dupe.c
+++ b/source/blender/bmesh/operators/bmo_dupe.c
@@ -26,8 +26,6 @@
* Duplicate, Split, Split operators.
*/
-#include "MEM_guardedalloc.h"
-
#include "BLI_math.h"
#include "BLI_alloca.h"