summaryrefslogtreecommitdiffstats
path: root/editor/plugin_config_dialog.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-07-15 09:24:34 +0200
committerGitHub <noreply@github.com>2021-07-15 09:24:34 +0200
commitf79958a30e1808b8ea71c6c051e7d41f073876fe (patch)
tree84ae1c93e4d8bc013358f18d7e51dfbe9604c3b7 /editor/plugin_config_dialog.cpp
parentb3349e4c68e86c85dd8f07ac0c50ffb57f0659d1 (diff)
parent06568bbfdfbecb489d3263f6df1e7d298642cd61 (diff)
downloadredot-engine-f79958a30e1808b8ea71c6c051e7d41f073876fe.tar.gz
Merge pull request #50468 from akien-mga/cleanup-header-includes
Misc cleanup of header includes
Diffstat (limited to 'editor/plugin_config_dialog.cpp')
-rw-r--r--editor/plugin_config_dialog.cpp1
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"