summaryrefslogtreecommitdiffstats
path: root/editor/plugins/theme_editor_preview.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/theme_editor_preview.h')
-rw-r--r--editor/plugins/theme_editor_preview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/editor/plugins/theme_editor_preview.h b/editor/plugins/theme_editor_preview.h
index 640a931c99..bd9663904a 100644
--- a/editor/plugins/theme_editor_preview.h
+++ b/editor/plugins/theme_editor_preview.h
@@ -32,13 +32,13 @@
#define THEME_EDITOR_PREVIEW_H
#include "scene/gui/box_container.h"
-#include "scene/gui/button.h"
-#include "scene/gui/color_rect.h"
-#include "scene/gui/margin_container.h"
-#include "scene/gui/scroll_container.h"
#include "scene/resources/theme.h"
+class Button;
class ColorPickerButton;
+class ColorRect;
+class MarginContainer;
+class ScrollContainer;
class ThemeEditorPreview : public VBoxContainer {
GDCLASS(ThemeEditorPreview, VBoxContainer);