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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-04-05 16:46:56 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-04-05 16:46:56 +0300
commita13878b9af162fa6b470aa47c7e73cf42c66c488 (patch)
tree68619610c80fedeedfa5225d49234559af3dda3d /source/blender/modifiers/intern/MOD_surfacedeform.c
parent70aa5f97f2431523e8e80b4bb22ee256e051ed29 (diff)
Cleanup: Remove legacy depsgraph private header from modifiers
Diffstat (limited to 'source/blender/modifiers/intern/MOD_surfacedeform.c')
-rw-r--r--source/blender/modifiers/intern/MOD_surfacedeform.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_surfacedeform.c b/source/blender/modifiers/intern/MOD_surfacedeform.c
index a0a5760180d..4f5814b7ad8 100644
--- a/source/blender/modifiers/intern/MOD_surfacedeform.c
+++ b/source/blender/modifiers/intern/MOD_surfacedeform.c
@@ -11,8 +11,6 @@
#include "BKE_library_query.h"
#include "BKE_modifier.h"
-#include "depsgraph_private.h"
-
#include "MEM_guardedalloc.h"
#include "MOD_util.h"