Remove excessive editor/property_editor.h includes

This commit is contained in:
Yuri Sizov 2022-08-01 17:04:35 +03:00
parent 9ec6de1767
commit 1c9ba5ef3e
8 changed files with 21 additions and 3 deletions

View file

@ -31,9 +31,11 @@
#ifndef PROPERTY_SELECTOR_H
#define PROPERTY_SELECTOR_H
#include "editor/editor_help.h"
#include "editor/property_editor.h"
#include "scene/gui/rich_text_label.h"
#include "scene/gui/dialogs.h"
class EditorHelpBit;
class LineEdit;
class Tree;
class PropertySelector : public ConfirmationDialog {
GDCLASS(PropertySelector, ConfirmationDialog);