diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-12 09:46:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 09:46:02 +0100 |
commit | 7a7fabe4f6d66ffb0c0fbbaf1696e67456c383d7 (patch) | |
tree | 3fdf2f5b49b19c257d97f1859115127be61046a9 /editor/editor_about.h | |
parent | d05f0f15f30e71c1fdc950b037dfedb109780b62 (diff) | |
parent | b396fd4eef36d23fa7325b13a4b8e120f1f000c9 (diff) |
Merge pull request #57641 from Geometror/compilation-time-improvements-1
Diffstat (limited to 'editor/editor_about.h')
-rw-r--r-- | editor/editor_about.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/editor_about.h b/editor/editor_about.h index e57b211ed4..5a3b1e1987 100644 --- a/editor/editor_about.h +++ b/editor/editor_about.h @@ -31,7 +31,6 @@ #ifndef EDITOR_ABOUT_H #define EDITOR_ABOUT_H -#include "scene/gui/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/item_list.h" #include "scene/gui/link_button.h" @@ -43,7 +42,7 @@ #include "scene/gui/texture_rect.h" #include "scene/gui/tree.h" -#include "editor_scale.h" +#include "editor/editor_scale.h" /** * NOTE: Do not assume the EditorNode singleton to be available in this class' methods. |