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_mask.c
parent70aa5f97f2431523e8e80b4bb22ee256e051ed29 (diff)
Cleanup: Remove legacy depsgraph private header from modifiers
Diffstat (limited to 'source/blender/modifiers/intern/MOD_mask.c')
-rw-r--r--source/blender/modifiers/intern/MOD_mask.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_mask.c b/source/blender/modifiers/intern/MOD_mask.c
index 1c4406e1a4f..11c0fae9a75 100644
--- a/source/blender/modifiers/intern/MOD_mask.c
+++ b/source/blender/modifiers/intern/MOD_mask.c
@@ -50,7 +50,6 @@
#include "BKE_modifier.h"
#include "BKE_deform.h"
-#include "depsgraph_private.h"
#include "DEG_depsgraph_build.h"
#include "BLI_strict_flags.h"