Remove an unnecessary include of main/ code from core/
@@ -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;