diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-07 13:53:45 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-07 13:53:45 +0200 |
commit | 7663c6992235f25af90df9fd57f76ac1d12d3869 (patch) | |
tree | e96e86a7fdf4d70bb051a149281a87f9d208ca8b /core/string/translation.h | |
parent | 4bf3de78532e7e87ee4277545c7ba891d374ace0 (diff) | |
parent | d8ff69d53c239fca97f212791ec38022a9a7913c (diff) | |
download | redot-engine-7663c6992235f25af90df9fd57f76ac1d12d3869.tar.gz |
Merge pull request #81388 from YuriSizov/core-gdvirtual-but-less-confused-about-itself
Extract `ScriptInstance` into its own file to simplify includes
Diffstat (limited to 'core/string/translation.h')
-rw-r--r-- | core/string/translation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/string/translation.h b/core/string/translation.h index ca8b460312..3f9dbcc476 100644 --- a/core/string/translation.h +++ b/core/string/translation.h @@ -33,7 +33,6 @@ #include "core/io/resource.h" #include "core/object/gdvirtual.gen.inc" -#include "core/object/script_language.h" class Translation : public Resource { GDCLASS(Translation, Resource); |