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_draw.c
parentc8b85d32c53aa0da13731274bec5c3788ba48d9c (diff)
Cleanup: redundant mask includes
Diffstat (limited to 'source/blender/editors/mask/mask_draw.c')
-rw-r--r--source/blender/editors/mask/mask_draw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/mask/mask_draw.c b/source/blender/editors/mask/mask_draw.c
index a532ff9e1f0..2fda383ebb7 100644
--- a/source/blender/editors/mask/mask_draw.c
+++ b/source/blender/editors/mask/mask_draw.c
@@ -54,8 +54,6 @@
#include "DEG_depsgraph_query.h"
-#include "mask_intern.h" /* own include */
-
static void mask_spline_color_get(MaskLayer *mask_layer,
MaskSpline *spline,
const bool is_sel,