summaryrefslogtreecommitdiffstats
path: root/editor/localization_editor.h
diff options
context:
space:
mode:
authorHendrik Brucker <hendrik.brucker@mail.de>2022-02-12 02:46:22 +0100
committerHendrik Brucker <hendrik.brucker@mail.de>2022-02-12 02:46:22 +0100
commitb396fd4eef36d23fa7325b13a4b8e120f1f000c9 (patch)
treedab3f153b0ee03a4435bb293e68330b635d7787b /editor/localization_editor.h
parent36892b7fc8633d450dd54e2266147b7a5677bb97 (diff)
downloadredot-engine-b396fd4eef36d23fa7325b13a4b8e120f1f000c9.tar.gz
Improve compilation speed (forward declarations/includes cleanup)
Diffstat (limited to 'editor/localization_editor.h')
-rw-r--r--editor/localization_editor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/editor/localization_editor.h b/editor/localization_editor.h
index cad07dd336..bde1b894e2 100644
--- a/editor/localization_editor.h
+++ b/editor/localization_editor.h
@@ -32,10 +32,11 @@
#define LOCALIZATION_EDITOR_H
#include "core/object/undo_redo.h"
-#include "editor_file_dialog.h"
-#include "editor_locale_dialog.h"
+#include "editor/editor_locale_dialog.h"
#include "scene/gui/tree.h"
+class EditorFileDialog;
+
class LocalizationEditor : public VBoxContainer {
GDCLASS(LocalizationEditor, VBoxContainer);