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>2018-05-11 08:43:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-11 08:43:20 +0300
commit83a83a3d4b730dc98888ab6137738a5b6659bf96 (patch)
treeb43c623494e916262f16512567566c42794acea1 /source/blender/modifiers
parent8c96cb55c33b4ae2d82b6b94472da8bd08b0fb34 (diff)
Cleanup: whitespace, duplicate includes
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_surfacedeform.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_surfacedeform.c b/source/blender/modifiers/intern/MOD_surfacedeform.c
index 3552cbbfab7..23128e10ef2 100644
--- a/source/blender/modifiers/intern/MOD_surfacedeform.c
+++ b/source/blender/modifiers/intern/MOD_surfacedeform.c
@@ -13,7 +13,6 @@
#include "BKE_editmesh.h"
#include "BKE_library.h"
#include "BKE_library_query.h"
-#include "BKE_mesh.h"
#include "BKE_modifier.h"
#include "DEG_depsgraph.h"