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:
authorSybren A. Stüvel <sybren@stuvel.eu>2018-05-09 13:41:32 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2018-05-09 13:41:32 +0300
commit1cc7d7d5ecf7f86930ba4ac6a9948ac93af29dac (patch)
treeffc9153cd6596d8fef06d75889dc3f5e8a14830e /source/blender/modifiers/intern/MOD_surfacedeform.c
parent2862b58a3882fa403c0277d0da5804ba71915c12 (diff)
Surface Deform mod: removed some stuff that shouldn't have been committed
Diffstat (limited to 'source/blender/modifiers/intern/MOD_surfacedeform.c')
-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 ea12d8995b6..650e02241db 100644
--- a/source/blender/modifiers/intern/MOD_surfacedeform.c
+++ b/source/blender/modifiers/intern/MOD_surfacedeform.c
@@ -20,7 +20,6 @@
#include "MEM_guardedalloc.h"
-#include "MOD_modifier_helpers.h"
#include "MOD_util.h"
typedef struct SDefAdjacency {