diff options
author | Yuri Sizov <yuris@humnom.net> | 2022-07-31 21:14:15 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2022-07-31 21:14:15 +0300 |
commit | 9f55bd971e9ffb8fb74d29d8d4653558fc70a4dd (patch) | |
tree | ca976aac7588748d97a08749528fd7040b944eac /editor/plugins/animation_blend_tree_editor_plugin.h | |
parent | 7686cfec64a9cbfe1c27bfa4f8b1eaf43755830e (diff) | |
download | redot-engine-9f55bd971e9ffb8fb74d29d8d4653558fc70a4dd.tar.gz |
Extract EditorResourceConversionPlugin into its own source files and clean up editor includes
Diffstat (limited to 'editor/plugins/animation_blend_tree_editor_plugin.h')
-rw-r--r-- | editor/plugins/animation_blend_tree_editor_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/animation_blend_tree_editor_plugin.h b/editor/plugins/animation_blend_tree_editor_plugin.h index b5bf91a1da..18199676b8 100644 --- a/editor/plugins/animation_blend_tree_editor_plugin.h +++ b/editor/plugins/animation_blend_tree_editor_plugin.h @@ -33,7 +33,6 @@ #include "editor/editor_plugin.h" #include "editor/plugins/animation_tree_editor_plugin.h" -#include "editor/property_editor.h" #include "scene/animation/animation_blend_tree.h" #include "scene/gui/button.h" #include "scene/gui/graph_edit.h" |