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>2015-05-04 22:17:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-05-04 22:19:49 +0300
commite59bd19fa75e65b794e4c67bdcfb8d13867900f9 (patch)
treed8a97959c280bb97a5b916e8c47cc7457179fd14 /source/blender/bmesh/tools/bmesh_triangulate.c
parent7478eb9bd09965f7d27064b500c91322f4fe3f14 (diff)
Cleanup: style & const's
Diffstat (limited to 'source/blender/bmesh/tools/bmesh_triangulate.c')
-rw-r--r--source/blender/bmesh/tools/bmesh_triangulate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/bmesh/tools/bmesh_triangulate.c b/source/blender/bmesh/tools/bmesh_triangulate.c
index 404776a0769..6f2aaf28179 100644
--- a/source/blender/bmesh/tools/bmesh_triangulate.c
+++ b/source/blender/bmesh/tools/bmesh_triangulate.c
@@ -34,7 +34,6 @@
#include "BLI_utildefines.h"
#include "BLI_alloca.h"
#include "BLI_memarena.h"
-#include "BLI_listbase.h"
#include "BLI_heap.h"
#include "BLI_edgehash.h"