From 3589701f6d48e4de786615c2b0d249f4150d1e4b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 21 Sep 2019 10:18:29 +1000 Subject: Cleanup: unused headers in editors --- source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c') diff --git a/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c b/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c index c71315872f6..28699b45add 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c +++ b/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c @@ -20,16 +20,12 @@ * Intended for use by `paint_vertex.c` & `paint_vertex_weight_ops.c`. */ -#include "MEM_guardedalloc.h" - #include "BLI_listbase.h" #include "BLI_math.h" #include "BLI_string_utils.h" #include "DNA_armature_types.h" #include "DNA_mesh_types.h" -#include "DNA_scene_types.h" -#include "DNA_brush_types.h" #include "DNA_object_types.h" #include "BKE_action.h" -- cgit v1.2.3