summaryrefslogtreecommitdiff
path: root/editor/editor_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_path.h')
-rw-r--r--editor/editor_path.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/editor/editor_path.h b/editor/editor_path.h
index 04cf3d2ca7..539ae7a11d 100644
--- a/editor/editor_path.h
+++ b/editor/editor_path.h
@@ -31,10 +31,13 @@
#ifndef EDITOR_PATH_H
#define EDITOR_PATH_H
-#include "editor/editor_data.h"
#include "scene/gui/box_container.h"
#include "scene/gui/button.h"
+#include "scene/gui/label.h"
#include "scene/gui/popup_menu.h"
+#include "scene/gui/texture_rect.h"
+
+class EditorHistory;
class EditorPath : public Button {
GDCLASS(EditorPath, Button);