From f11ec3eb144b81d7adb5af814385ac366af17692 Mon Sep 17 00:00:00 2001 From: Christoph Lendenfeld Date: Tue, 9 Jan 2024 12:09:19 +0100 Subject: [PATCH] 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. --- source/blender/animrig/intern/keyframing.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/animrig/intern/keyframing.cc b/source/blender/animrig/intern/keyframing.cc index 1a19e2a9bac..c946c64ed37 100644 --- a/source/blender/animrig/intern/keyframing.cc +++ b/source/blender/animrig/intern/keyframing.cc @@ -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"