diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-08-15 15:00:47 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-08-15 15:00:47 +0800 |
commit | 7343dc3a5d9135d419c47c077e1f5e84025a9a02 (patch) | |
tree | 88a75a3444d12f9ef73b31f429617c86f0a8de89 /editor/editor_locale_dialog.h | |
parent | 33c30b9e63a58b860cb2f36957c5e25cee34a627 (diff) | |
download | redot-engine-7343dc3a5d9135d419c47c077e1f5e84025a9a02.tar.gz |
Split TranslationServer into its own file
Diffstat (limited to 'editor/editor_locale_dialog.h')
-rw-r--r-- | editor/editor_locale_dialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_locale_dialog.h b/editor/editor_locale_dialog.h index 467861c36b..bc75e1df59 100644 --- a/editor/editor_locale_dialog.h +++ b/editor/editor_locale_dialog.h @@ -31,7 +31,6 @@ #ifndef EDITOR_LOCALE_DIALOG_H #define EDITOR_LOCALE_DIALOG_H -#include "core/string/translation.h" #include "scene/gui/dialogs.h" class Button; |