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-06 17:34:38 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-04-06 17:34:38 +0300
commit05ffca5c8a4390198a789c4b45b058a2a22693ca (patch)
tree28c1842d2dc0fb5c3c2de42339d7dc904b868785 /source/blender/modifiers/intern/MOD_uvwarp.c
parent11650273082a5981112007f95c35bfdc1728de69 (diff)
Depsgraph: Remove old depsgraph header from modifiers
Diffstat (limited to 'source/blender/modifiers/intern/MOD_uvwarp.c')
-rw-r--r--source/blender/modifiers/intern/MOD_uvwarp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_uvwarp.c b/source/blender/modifiers/intern/MOD_uvwarp.c
index 71a599b745d..7ee0a7e3108 100644
--- a/source/blender/modifiers/intern/MOD_uvwarp.c
+++ b/source/blender/modifiers/intern/MOD_uvwarp.c
@@ -37,7 +37,6 @@
#include "BKE_action.h" /* BKE_pose_channel_find_name */
#include "BKE_cdderivedmesh.h"
#include "BKE_deform.h"
-#include "BKE_depsgraph.h"
#include "BKE_library_query.h"
#include "BKE_modifier.h"