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-03-26 02:40:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-26 02:40:11 +0400
commit6f9f1399a01d38e1f77f6e0bcc1c30d3e6436094 (patch)
tree07b232233a1f4dbc4c3e5ca9f3ff535f042d36d8 /source/blender/bmesh/operators/bmo_hull.c
parentbe780cb4a682476581e2617c27393145986ccbc1 (diff)
code cleanup: operator headers
Diffstat (limited to 'source/blender/bmesh/operators/bmo_hull.c')
-rw-r--r--source/blender/bmesh/operators/bmo_hull.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/bmesh/operators/bmo_hull.c b/source/blender/bmesh/operators/bmo_hull.c
index 7dc2884c5ed..810b608b28e 100644
--- a/source/blender/bmesh/operators/bmo_hull.c
+++ b/source/blender/bmesh/operators/bmo_hull.c
@@ -28,9 +28,7 @@
#include "MEM_guardedalloc.h"
-#include "BLI_utildefines.h"
#include "BLI_array.h"
-#include "BLI_ghash.h"
#include "BLI_listbase.h"
#include "BLI_math.h"
@@ -38,7 +36,6 @@
/* XXX: using 128 for totelem and pchunk of mempool, no idea what good
* values would be though */
-#include "BLI_mempool.h"
#include "bmesh.h"