1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #108464 from simpkins/include_fix

Remove an unnecessary include of main/ code from core/
This commit is contained in:
Thaddeus Crews
2025-07-10 11:39:27 -05:00

View File

@@ -36,10 +36,6 @@
#include "core/os/os.h"
#include "core/string/locales.h"
#ifdef TOOLS_ENABLED
#include "main/main.h"
#endif
Vector<TranslationServer::LocaleScriptInfo> TranslationServer::locale_script_info;
HashMap<String, String> TranslationServer::language_map;