From 5fc992e76aeeedf1955c9d7c561fb8b7c8a398a5 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 2 Oct 2020 15:36:42 +0200 Subject: Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area. Access to this structure will be needed in BKE's armature code. --- source/blender/editors/util/ed_transverts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/util') diff --git a/source/blender/editors/util/ed_transverts.c b/source/blender/editors/util/ed_transverts.c index 9a440f5dc24..1075f256a09 100644 --- a/source/blender/editors/util/ed_transverts.c +++ b/source/blender/editors/util/ed_transverts.c @@ -35,6 +35,7 @@ #include "BLI_utildefines.h" #include "BKE_DerivedMesh.h" +#include "BKE_armature.h" #include "BKE_context.h" #include "BKE_curve.h" #include "BKE_editmesh.h" -- cgit v1.2.3