Browse Source

Merge pull request #108464 from simpkins/include_fix

Remove an unnecessary include of main/ code from core/
Thaddeus Crews 3 weeks ago
parent
commit
b3416c7390
1 changed files with 0 additions and 4 deletions
  1. 0 4
      core/string/translation_server.cpp

+ 0 - 4
core/string/translation_server.cpp

@@ -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;