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>2012-02-28 01:33:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-28 01:33:30 +0400
commitfa38c3dbac314aa21359f684d52d15652012961e (patch)
tree395758d1d7d8e4eadd976c0218255a46cd2e6196 /source/blender/blenkernel/intern/modifier.c
parentd2cab3e8b002ab5c8843190f736c883f35cd6452 (diff)
bmesh code cleanup - remove most of BKE_bmesh and remove BKE_bmeshCustomData.h.
Diffstat (limited to 'source/blender/blenkernel/intern/modifier.c')
-rw-r--r--source/blender/blenkernel/intern/modifier.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/modifier.c b/source/blender/blenkernel/intern/modifier.c
index 911d303b4cf..9a67260ded4 100644
--- a/source/blender/blenkernel/intern/modifier.c
+++ b/source/blender/blenkernel/intern/modifier.c
@@ -55,7 +55,6 @@
#include "BLI_linklist.h"
#include "BLI_string.h"
-#include "BKE_bmesh.h"
#include "BKE_cloth.h"
#include "BKE_key.h"
#include "BKE_multires.h"