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:45:46 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-06-22 16:45:46 +0300
commitc850fcc2c02bb8b15a4849284d24ab906a138cb5 (patch)
treee21438fe16127bb477a653351aa3bdf5738bd288 /source/blender/modifiers/intern/MOD_solidify.c
parent97c99fb034db3b25e8a3e6fca3ab1a232d8d5b43 (diff)
Modifiers: port shapekey modifier, some cleanup.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_solidify.c')
-rw-r--r--source/blender/modifiers/intern/MOD_solidify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_solidify.c b/source/blender/modifiers/intern/MOD_solidify.c
index b99b35bbb8e..180c25dcd84 100644
--- a/source/blender/modifiers/intern/MOD_solidify.c
+++ b/source/blender/modifiers/intern/MOD_solidify.c
@@ -40,7 +40,6 @@
#include "BLI_bitmap.h"
#include "BLI_math.h"
-#include "BKE_cdderivedmesh.h"
#include "BKE_mesh.h"
#include "BKE_particle.h"
#include "BKE_deform.h"