summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_tree_editor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/animation_tree_editor_plugin.h')
-rw-r--r--editor/plugins/animation_tree_editor_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/plugins/animation_tree_editor_plugin.h b/editor/plugins/animation_tree_editor_plugin.h
index ac937000cb..da979a5315 100644
--- a/editor/plugins/animation_tree_editor_plugin.h
+++ b/editor/plugins/animation_tree_editor_plugin.h
@@ -33,10 +33,11 @@
#include "editor/editor_plugin.h"
#include "scene/animation/animation_tree.h"
-#include "scene/gui/button.h"
#include "scene/gui/graph_edit.h"
+class Button;
class EditorFileDialog;
+class ScrollContainer;
class AnimationTreeNodeEditorPlugin : public VBoxContainer {
GDCLASS(AnimationTreeNodeEditorPlugin, VBoxContainer);