summaryrefslogtreecommitdiff
path: root/editor/editor_about.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-02-12 09:46:02 +0100
committerGitHub <noreply@github.com>2022-02-12 09:46:02 +0100
commit7a7fabe4f6d66ffb0c0fbbaf1696e67456c383d7 (patch)
tree3fdf2f5b49b19c257d97f1859115127be61046a9 /editor/editor_about.h
parentd05f0f15f30e71c1fdc950b037dfedb109780b62 (diff)
parentb396fd4eef36d23fa7325b13a4b8e120f1f000c9 (diff)
Merge pull request #57641 from Geometror/compilation-time-improvements-1
Diffstat (limited to 'editor/editor_about.h')
-rw-r--r--editor/editor_about.h3
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.