From aaddb25fa3d48df61e4ab955e830c4ef3c04609b Mon Sep 17 00:00:00 2001 From: Nathan Vegdahl Date: Tue, 12 Sep 2023 10:29:10 +0200 Subject: [PATCH] Cleanup: remove unneeded include In a previous commit fixing a warning, the C++ header include was added, but the corresponding C header include wasn't removed. The C++ header already includes the C header, so including it separately is redundant. --- source/blender/animrig/intern/bone_collections.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/animrig/intern/bone_collections.cc b/source/blender/animrig/intern/bone_collections.cc index 7db60669ebb..cc00b646fa3 100644 --- a/source/blender/animrig/intern/bone_collections.cc +++ b/source/blender/animrig/intern/bone_collections.cc @@ -25,7 +25,6 @@ #include "BKE_lib_id.h" #include "ANIM_armature_iter.hh" -#include "ANIM_bone_collections.h" #include "ANIM_bone_collections.hh" #include