mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Merge pull request #108464 from simpkins/include_fix
Remove an unnecessary include of main/ code from core/
This commit is contained in:
commit
b3416c7390
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue