From fee3a550f00f6df4b341ca6ed47ef7e9a748a9ba Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Tue, 9 Sep 2025 22:34:50 +0800 Subject: Implement xcb keyboard. --- include/cru/platform/gui/Window.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/cru/platform/gui/Window.h') diff --git a/include/cru/platform/gui/Window.h b/include/cru/platform/gui/Window.h index 7f6923d1..742ef798 100644 --- a/include/cru/platform/gui/Window.h +++ b/include/cru/platform/gui/Window.h @@ -5,8 +5,6 @@ #include "cru/base/Event.h" -#include - namespace cru::platform::gui { namespace details { struct WindowStyleFlagTag; -- cgit v1.2.3