aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/window.hpp')
-rw-r--r--include/cru/ui/window.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/cru/ui/window.hpp b/include/cru/ui/window.hpp
index 9f37c9d5..251712cf 100644
--- a/include/cru/ui/window.hpp
+++ b/include/cru/ui/window.hpp
@@ -2,21 +2,8 @@
#include "content_control.hpp"
#include "cru/common/self_resolvable.hpp"
-#include "cru/platform/native/event.hpp"
-
-#include <memory>
-#include <vector>
-
-namespace cru::platform::native {
-struct INativeWindow;
-struct INativeWindowResolver;
-} // namespace cru::platform::native
namespace cru::ui {
-namespace render {
-class WindowRenderObject;
-}
-
// TODO: Make Window able to be invalid and handle operations in invalidity
// situation.
class Window final : public ContentControl, public SelfResolvable<Window> {