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.
This commit is contained in:
Nathan Vegdahl
2023-09-12 10:29:10 +02:00
parent e656e850a6
commit aaddb25fa3

View File

@@ -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 <cstring>