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
commit b3416c7390
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

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