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_triangulate.c
parentbe780cb4a682476581e2617c27393145986ccbc1 (diff)
code cleanup: operator headers
Diffstat (limited to 'source/blender/bmesh/operators/bmo_triangulate.c')
-rw-r--r--source/blender/bmesh/operators/bmo_triangulate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/operators/bmo_triangulate.c b/source/blender/bmesh/operators/bmo_triangulate.c
index a8bf53a136f..29c3764045e 100644
--- a/source/blender/bmesh/operators/bmo_triangulate.c
+++ b/source/blender/bmesh/operators/bmo_triangulate.c
@@ -32,7 +32,7 @@
#include "BLI_scanfill.h"
#include "bmesh.h"
-#include "intern/bmesh_private.h"
+#include "intern/bmesh_operators_private.h"
#define ELE_NEW 1