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 /editor/plugin_config_dialog.cpp | |
| parent | 499be1fb67bbadb11b54763cf6fe04ac1784877b (diff) | |
| download | redot-engine-06568bbfdfbecb489d3263f6df1e7d298642cd61.tar.gz | |
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 'editor/plugin_config_dialog.cpp')
| -rw-r--r-- | editor/plugin_config_dialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugin_config_dialog.cpp b/editor/plugin_config_dialog.cpp index f55d77d782..cbcc3c9880 100644 --- a/editor/plugin_config_dialog.cpp +++ b/editor/plugin_config_dialog.cpp @@ -29,6 +29,7 @@ /*************************************************************************/ #include "plugin_config_dialog.h" + #include "core/io/config_file.h" #include "core/io/dir_access.h" #include "editor/editor_node.h" |
