diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-07-15 00:46:35 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-07-15 00:46:43 +0200 |
commit | 06568bbfdfbecb489d3263f6df1e7d298642cd61 (patch) | |
tree | 420fd4cf4a5b041f8af3b51b674dc0c3eab1bf6b /modules/gdscript/editor | |
parent | 499be1fb67bbadb11b54763cf6fe04ac1784877b (diff) |
Misc cleanup of header includes
Was looking for misuse of module headers without checking that the module is
actually enabled and got carried away...
Diffstat (limited to 'modules/gdscript/editor')
-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); |