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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-06-22 16:52:14 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-06-22 16:52:14 +0300
commitf51661fb66698d3deb0d8d0b0f6d9c4d591a5d84 (patch)
tree3a4ed473056ecc942cf57de44c68695fe60a7d4d /source/blender/modifiers/intern/MOD_edgesplit.c
parentc850fcc2c02bb8b15a4849284d24ab906a138cb5 (diff)
Cleanup: useless BKE_cdderivedmesh includes...
Diffstat (limited to 'source/blender/modifiers/intern/MOD_edgesplit.c')
-rw-r--r--source/blender/modifiers/intern/MOD_edgesplit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_edgesplit.c b/source/blender/modifiers/intern/MOD_edgesplit.c
index e1806dc8283..a8d4d55c5d3 100644
--- a/source/blender/modifiers/intern/MOD_edgesplit.c
+++ b/source/blender/modifiers/intern/MOD_edgesplit.c
@@ -40,7 +40,6 @@
#include "BLI_utildefines.h"
#include "BLI_math.h"
-#include "BKE_cdderivedmesh.h"
#include "BKE_library.h"
#include "BKE_mesh.h"
#include "BKE_modifier.h"