mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove excessive editor/property_editor.h includes
This commit is contained in:
parent
9ec6de1767
commit
1c9ba5ef3e
8 changed files with 21 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue