From 477155d6fccc8eafadb6d7f4c468c9141d7d4e92 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 18 Mar 2020 22:37:41 +0800 Subject: ... --- include/cru/platform/native/window.hpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'include/cru/platform/native/window.hpp') diff --git a/include/cru/platform/native/window.hpp b/include/cru/platform/native/window.hpp index 9f2e2e71..85f809e5 100644 --- a/include/cru/platform/native/window.hpp +++ b/include/cru/platform/native/window.hpp @@ -1,19 +1,9 @@ #pragma once #include "../resource.hpp" - -#include "../graph_base.hpp" -#include "basic_types.hpp" +#include "base.hpp" #include "cru/common/event.hpp" -#include "cursor.hpp" -#include "event.hpp" - -namespace cru::platform::graph { -struct IPainter; -} namespace cru::platform::native { -struct INativeWindowResolver; - // Represents a native window, which exposes some low-level events and // operations. // -- cgit v1.2.3