diff options
Diffstat (limited to 'include/cru/ui/control.hpp')
-rw-r--r-- | include/cru/ui/control.hpp | 13 |
1 files changed, 1 insertions, 12 deletions
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 <functional> -#include <memory> #include <string_view> -#include <vector> - -namespace cru::platform::native { -struct ICursor; -} namespace cru::ui { -class Window; -namespace render { -class RenderObject; -} // namespace render - class Control : public Object { friend class Window; |