From 477155d6fccc8eafadb6d7f4c468c9141d7d4e92 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 18 Mar 2020 22:37:41 +0800 Subject: ... --- include/cru/ui/control.hpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'include/cru/ui/control.hpp') diff --git a/include/cru/ui/control.hpp b/include/cru/ui/control.hpp index 1fe49261..95e2cf52 100644 --- a/include/cru/ui/control.hpp +++ b/include/cru/ui/control.hpp @@ -2,23 +2,12 @@ #include "base.hpp" #include "cru/common/event.hpp" +#include "render/base.hpp" #include "ui_event.hpp" -#include -#include #include -#include - -namespace cru::platform::native { -struct ICursor; -} namespace cru::ui { -class Window; -namespace render { -class RenderObject; -} // namespace render - class Control : public Object { friend class Window; -- cgit v1.2.3