From de00126c6aeba189a50296df455dd516e21e4176 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 1 Apr 2019 18:08:58 +0800 Subject: ... --- src/ui/window.hpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/ui/window.hpp') diff --git a/src/ui/window.hpp b/src/ui/window.hpp index 1e480454..f38743dc 100644 --- a/src/ui/window.hpp +++ b/src/ui/window.hpp @@ -1,29 +1,18 @@ #pragma once -#include "pre.hpp" +#include "cru/common/pre_config.hpp" -#include #include #include #include "content_control.hpp" #include "events/ui_event.hpp" -#include "events/window_event.hpp" #include "window_class.hpp" -namespace cru::graph { -class WindowRenderTarget; -} - -namespace cru::ui::render { -class WindowRenderObject; -} namespace cru::ui { class Window final : public ContentControl { - friend class WindowManager; - public: static constexpr auto control_type = L"Window"; -- cgit v1.2.3