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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user