diff options
author | Yuri Sizov <yuris@humnom.net> | 2022-08-01 17:04:35 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2022-08-01 17:19:11 +0300 |
commit | 1c9ba5ef3ebddb07aa68d622c8be26ddfce849e8 (patch) | |
tree | 37421bdb4dc512202568fb09b1384ad441f3a72c /editor/animation_track_editor.cpp | |
parent | 9ec6de1767292b5cbc1ebdc7b262ef1d9c63df9a (diff) | |
download | redot-engine-1c9ba5ef3ebddb07aa68d622c8be26ddfce849e8.tar.gz |
Remove excessive `editor/property_editor.h` includes
Diffstat (limited to 'editor/animation_track_editor.cpp')
-rw-r--r-- | editor/animation_track_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/animation_track_editor.cpp b/editor/animation_track_editor.cpp index e66aa88eb9..83047caf98 100644 --- a/editor/animation_track_editor.cpp +++ b/editor/animation_track_editor.cpp @@ -37,6 +37,7 @@ #include "editor/editor_scale.h" #include "editor/plugins/animation_player_editor_plugin.h" #include "scene/animation/animation_player.h" +#include "scene/gui/separator.h" #include "scene/gui/view_panner.h" #include "scene/main/window.h" #include "scene/scene_string_names.h" |