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:
authorCampbell Barton <ideasman42@gmail.com>2020-03-27 03:47:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-27 03:47:04 +0300
commite1ee4dff8d6548ca5c8f5b30be772be333de5e34 (patch)
tree4c3e0e26d15f757a94fbce1e9e300fd8c062fbf4 /source/blender/editors/mask/mask_ops.c
parentc8b85d32c53aa0da13731274bec5c3788ba48d9c (diff)
Cleanup: redundant mask includes
Diffstat (limited to 'source/blender/editors/mask/mask_ops.c')
-rw-r--r--source/blender/editors/mask/mask_ops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/mask/mask_ops.c b/source/blender/editors/mask/mask_ops.c
index 758d0abbab7..c4e3763dd94 100644
--- a/source/blender/editors/mask/mask_ops.c
+++ b/source/blender/editors/mask/mask_ops.c
@@ -31,7 +31,6 @@
#include "BKE_mask.h"
#include "DEG_depsgraph.h"
-#include "DEG_depsgraph_query.h"
#include "DNA_mask_types.h"
#include "DNA_object_types.h" /* SELECT */