diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2023-06-08 16:55:44 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-06-08 16:55:44 +0200 |
| commit | ab167154099c598e3f057feb2961c59c7b5d7292 (patch) | |
| tree | 0ba5196ed22da7782480105116134421412ae10a /platform/linuxbsd/export/export_plugin.cpp | |
| parent | 2985a9ac348fc0e08a7906ff36b08985e36ac2a4 (diff) | |
| parent | 9e4315bb502659e73b01eb5b40ce1cac10bea2c5 (diff) | |
| download | redot-engine-ab167154099c598e3f057feb2961c59c7b5d7292.tar.gz | |
Merge pull request #75932 from akien-mga/style-platform-includes
Style: Harmonize header includes in platform ports
Diffstat (limited to 'platform/linuxbsd/export/export_plugin.cpp')
| -rw-r--r-- | platform/linuxbsd/export/export_plugin.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/platform/linuxbsd/export/export_plugin.cpp b/platform/linuxbsd/export/export_plugin.cpp index 9544cc761d..daa2664b09 100644 --- a/platform/linuxbsd/export/export_plugin.cpp +++ b/platform/linuxbsd/export/export_plugin.cpp @@ -30,13 +30,14 @@ #include "export_plugin.h" +#include "../logo_svg.gen.h" +#include "../run_icon_svg.gen.h" + #include "core/config/project_settings.h" #include "editor/editor_node.h" #include "editor/editor_paths.h" #include "editor/editor_scale.h" #include "editor/export/editor_export.h" -#include "platform/linuxbsd/logo_svg.gen.h" -#include "platform/linuxbsd/run_icon_svg.gen.h" #include "modules/modules_enabled.gen.h" // For svg. #ifdef MODULE_SVG_ENABLED |
