From cbd894e5a8c58a25ed8251aa281e085c0bd7944f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 15 Jun 2020 01:06:43 +1000 Subject: Cleanup: remove unnecessary header Introduced in D8007 --- source/blender/blenkernel/BKE_paint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel') diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h index 144e091d971..6e4f2efeeb8 100644 --- a/source/blender/blenkernel/BKE_paint.h +++ b/source/blender/blenkernel/BKE_paint.h @@ -24,7 +24,6 @@ * \ingroup bke */ -#include "BLI_ghash.h" #include "BLI_utildefines.h" #include "DNA_object_enums.h" @@ -39,6 +38,7 @@ struct CurveMapping; struct Depsgraph; struct EnumPropertyItem; struct GHash; +struct GSet; struct GridPaintMask; struct ImagePool; struct MLoop; @@ -269,7 +269,7 @@ typedef struct SculptClothLengthConstraint { typedef struct SculptClothSimulation { SculptClothLengthConstraint *length_constraints; int tot_length_constraints; - GSet *created_length_constraints; + struct GSet *created_length_constraints; int capacity_length_constraints; float *length_constraint_tweak; -- cgit v1.2.3