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/space_info/info_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_info/info_stats.c') diff --git a/source/blender/editors/space_info/info_stats.c b/source/blender/editors/space_info/info_stats.c index 3650fbdc9f8..b6eca8666a6 100644 --- a/source/blender/editors/space_info/info_stats.c +++ b/source/blender/editors/space_info/info_stats.c @@ -42,6 +42,7 @@ #include "BLT_translation.h" +#include "BKE_armature.h" #include "BKE_blender_version.h" #include "BKE_context.h" #include "BKE_curve.h" @@ -59,7 +60,6 @@ #include "DEG_depsgraph_query.h" -#include "ED_armature.h" #include "ED_info.h" #include "UI_resources.h" -- cgit v1.2.3