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/blenkernel
parentc8b85d32c53aa0da13731274bec5c3788ba48d9c (diff)
Cleanup: redundant mask includes
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/intern/mask.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/blenkernel/intern/mask.c b/source/blender/blenkernel/intern/mask.c
index eb274fc1ef3..6c835dc5fb2 100644
--- a/source/blender/blenkernel/intern/mask.c
+++ b/source/blender/blenkernel/intern/mask.c
@@ -38,10 +38,6 @@
#include "BLT_translation.h"
#include "DNA_mask_types.h"
-#include "DNA_node_types.h"
-#include "DNA_screen_types.h"
-#include "DNA_sequence_types.h"
-#include "DNA_space_types.h"
#include "BKE_animsys.h"
#include "BKE_curve.h"
@@ -52,8 +48,6 @@
#include "BKE_main.h"
#include "BKE_mask.h"
#include "BKE_movieclip.h"
-#include "BKE_node.h"
-#include "BKE_sequencer.h"
#include "BKE_tracking.h"
#include "DEG_depsgraph_build.h"