diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-07-15 09:24:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 09:24:34 +0200 |
commit | f79958a30e1808b8ea71c6c051e7d41f073876fe (patch) | |
tree | 84ae1c93e4d8bc013358f18d7e51dfbe9604c3b7 /modules/gdscript/editor/gdscript_translation_parser_plugin.h | |
parent | b3349e4c68e86c85dd8f07ac0c50ffb57f0659d1 (diff) | |
parent | 06568bbfdfbecb489d3263f6df1e7d298642cd61 (diff) | |
download | redot-engine-f79958a30e1808b8ea71c6c051e7d41f073876fe.tar.gz |
Merge pull request #50468 from akien-mga/cleanup-header-includes
Misc cleanup of header includes
Diffstat (limited to 'modules/gdscript/editor/gdscript_translation_parser_plugin.h')
-rw-r--r-- | modules/gdscript/editor/gdscript_translation_parser_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/editor/gdscript_translation_parser_plugin.h b/modules/gdscript/editor/gdscript_translation_parser_plugin.h index fcf438422a..caa80fc24c 100644 --- a/modules/gdscript/editor/gdscript_translation_parser_plugin.h +++ b/modules/gdscript/editor/gdscript_translation_parser_plugin.h @@ -34,7 +34,6 @@ #include "core/templates/set.h" #include "editor/editor_translation_parser.h" #include "modules/gdscript/gdscript_parser.h" -#include "modules/regex/regex.h" class GDScriptEditorTranslationParserPlugin : public EditorTranslationParserPlugin { GDCLASS(GDScriptEditorTranslationParserPlugin, EditorTranslationParserPlugin); |