Cleanup header includes in Tree

This commit is contained in:
Haoyu Qiu 2025-05-15 14:28:00 +08:00
parent 428a762e98
commit 88d922c55e
18 changed files with 27 additions and 9 deletions

View file

@ -42,6 +42,7 @@
#include "editor/gui/editor_file_dialog.h"
#include "editor/themes/editor_scale.h"
#include "scene/animation/animation_mixer.h"
#include "scene/gui/line_edit.h"
void AnimationLibraryEditor::set_animation_mixer(Object *p_mixer) {
mixer = Object::cast_to<AnimationMixer>(p_mixer);