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 <campbell@blender.org>2022-10-04 05:54:04 +0300
committerCampbell Barton <campbell@blender.org>2022-10-04 05:54:04 +0300
commit868ef9ec37a9dd4856a8a034f7e3865cf4252b1d (patch)
tree1da9db6fd1753d6f6e26774d73679a770d8ae556 /source/blender/editors/sculpt_paint/sculpt_mask_init.c
parent5c51bf2ffe8fabfd169a891bd8c4c400ae69dfa0 (diff)
Cleanup: remove unnecessary includes from sculpt_paint
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_mask_init.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_mask_init.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_mask_init.c b/source/blender/editors/sculpt_paint/sculpt_mask_init.c
index b9b889ab2ce..5d7ef9aab15 100644
--- a/source/blender/editors/sculpt_paint/sculpt_mask_init.c
+++ b/source/blender/editors/sculpt_paint/sculpt_mask_init.c
@@ -7,27 +7,19 @@
#include "MEM_guardedalloc.h"
-#include "BLI_blenlib.h"
#include "BLI_hash.h"
#include "BLI_math.h"
#include "BLI_task.h"
-#include "BLT_translation.h"
-
#include "PIL_time.h"
#include "DNA_brush_types.h"
-#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"
-#include "BKE_brush.h"
#include "BKE_ccg.h"
#include "BKE_context.h"
-#include "BKE_mesh.h"
#include "BKE_multires.h"
-#include "BKE_node.h"
-#include "BKE_object.h"
#include "BKE_paint.h"
#include "BKE_pbvh.h"
@@ -39,8 +31,6 @@
#include "RNA_access.h"
#include "RNA_define.h"
-#include "ED_sculpt.h"
-#include "paint_intern.h"
#include "sculpt_intern.h"
#include "bmesh.h"