Cleanup: Remove unused include

`#include "ED_keyframing.hh"` was no longer needed.
This is in an effort to remove the dependency
to the editor code from animrig.
This commit is contained in:
Christoph Lendenfeld 2024-01-09 12:09:19 +01:00
parent d16543a155
commit f11ec3eb14
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@
#include "DEG_depsgraph.hh"
#include "DEG_depsgraph_query.hh"
#include "DNA_anim_types.h"
#include "ED_keyframing.hh"
#include "MEM_guardedalloc.h"
#include "RNA_access.hh"
#include "RNA_path.hh"