diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-15 16:22:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 16:22:11 +0100 |
commit | fa67046e983a137e612b00e3de1d445cc4aa24ce (patch) | |
tree | 32280e24a2957b4edf32157f40a43a602ff147fb /editor/editor_path.h | |
parent | 1d910b1e5868814938d644ff181cf30d75516762 (diff) | |
parent | 11572c6e309692b62554ae852dfa8fb8943bcbd7 (diff) |
Merge pull request #58136 from akien-mga/editor-includes-cleanup
Diffstat (limited to 'editor/editor_path.h')
-rw-r--r-- | editor/editor_path.h | 5 |
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); |