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_subdivide.c
parentbe780cb4a682476581e2617c27393145986ccbc1 (diff)
code cleanup: operator headers
Diffstat (limited to 'source/blender/bmesh/operators/bmo_subdivide.c')
-rw-r--r--source/blender/bmesh/operators/bmo_subdivide.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/bmesh/operators/bmo_subdivide.c b/source/blender/bmesh/operators/bmo_subdivide.c
index 88e903c1651..9115ee882dd 100644
--- a/source/blender/bmesh/operators/bmo_subdivide.c
+++ b/source/blender/bmesh/operators/bmo_subdivide.c
@@ -33,12 +33,11 @@
#include "BKE_customdata.h"
-#include "DNA_object_types.h"
#include "bmesh.h"
#include "intern/bmesh_private.h"
+#include "intern/bmesh_operators_private.h"
-#include "intern/bmesh_operators_private.h" /* own include */
typedef struct SubDParams {
int numcuts;