From e53ae131787b3eb45560635b6d358d8fee4e088c Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sun, 17 Jul 2022 12:24:37 -0500 Subject: Split up editor export code into multiple files --- platform/linuxbsd/export/export_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/linuxbsd/export/export_plugin.h') diff --git a/platform/linuxbsd/export/export_plugin.h b/platform/linuxbsd/export/export_plugin.h index ccdf2ecc9f..98e4616035 100644 --- a/platform/linuxbsd/export/export_plugin.h +++ b/platform/linuxbsd/export/export_plugin.h @@ -32,8 +32,8 @@ #define LINUXBSD_EXPORT_PLUGIN_H #include "core/io/file_access.h" -#include "editor/editor_export.h" #include "editor/editor_settings.h" +#include "editor/export/editor_export_platform_pc.h" #include "platform/linuxbsd/logo.gen.h" #include "scene/resources/texture.h" -- cgit v1.2.3