diff options
author | Yuri Sizov <yuris@humnom.net> | 2022-08-01 17:04:35 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2022-08-01 17:19:11 +0300 |
commit | 1c9ba5ef3ebddb07aa68d622c8be26ddfce849e8 (patch) | |
tree | 37421bdb4dc512202568fb09b1384ad441f3a72c /editor/export | |
parent | 9ec6de1767292b5cbc1ebdc7b262ef1d9c63df9a (diff) |
Remove excessive `editor/property_editor.h` includes
Diffstat (limited to 'editor/export')
-rw-r--r-- | editor/export/project_export.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/export/project_export.cpp b/editor/export/project_export.cpp index a20f19efc8..cb82cefbbb 100644 --- a/editor/export/project_export.cpp +++ b/editor/export/project_export.cpp @@ -38,6 +38,7 @@ #include "editor/editor_properties.h" #include "editor/editor_scale.h" #include "editor/export/editor_export.h" +#include "scene/gui/check_button.h" #include "scene/gui/link_button.h" #include "scene/gui/tree.h" |