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:
authorHans Goudey <h.goudey@me.com>2022-07-01 03:25:44 +0300
committerHans Goudey <h.goudey@me.com>2022-07-01 03:25:44 +0300
commit982d6589a8c705226b7f2653c2f84ab4dd260830 (patch)
tree3db13bfd544fc91dae58ecfb90daa66e263d0775 /source/blender/editors/mask
parenta69e5c234834ede518effb9f8b18a8968e55d297 (diff)
Cleanup: Remove duplicate include
Diffstat (limited to 'source/blender/editors/mask')
-rw-r--r--source/blender/editors/mask/mask_select.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/mask/mask_select.c b/source/blender/editors/mask/mask_select.c
index 4bd80208b9e..95cad3f54ca 100644
--- a/source/blender/editors/mask/mask_select.c
+++ b/source/blender/editors/mask/mask_select.c
@@ -31,8 +31,6 @@
#include "RNA_access.h"
#include "RNA_define.h"
-#include "DEG_depsgraph.h"
-
#include "mask_intern.h" /* own include */
/* -------------------------------------------------------------------- */