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_array.c
parent70aa5f97f2431523e8e80b4bb22ee256e051ed29 (diff)
Cleanup: Remove legacy depsgraph private header from modifiers
Diffstat (limited to 'source/blender/modifiers/intern/MOD_array.c')
-rw-r--r--source/blender/modifiers/intern/MOD_array.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_array.c b/source/blender/modifiers/intern/MOD_array.c
index 61ac4d5692f..f4c665bf550 100644
--- a/source/blender/modifiers/intern/MOD_array.c
+++ b/source/blender/modifiers/intern/MOD_array.c
@@ -46,6 +46,7 @@
#include "DNA_scene_types.h"
#include "BKE_cdderivedmesh.h"
+#include "BKE_depsgraph.h"
#include "BKE_displist.h"
#include "BKE_curve.h"
#include "BKE_library_query.h"
@@ -53,8 +54,6 @@
#include "MOD_util.h"
-#include "depsgraph_private.h"
-
/* Due to cyclic dependencies it's possible that curve used for
* deformation here is not evaluated at the time of evaluating
* this modifier.