From a91920310d20e1fc472dea044fce8fd9438835df Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 15 Nov 2025 13:47:09 +0900 Subject: internal: relocate packages Signed-off-by: Ophestra --- internal/system/wayland.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/system/wayland.go') diff --git a/internal/system/wayland.go b/internal/system/wayland.go index 8883148e..c423fe24 100644 --- a/internal/system/wayland.go +++ b/internal/system/wayland.go @@ -7,8 +7,8 @@ import ( "hakurei.app/container/check" "hakurei.app/hst" - "hakurei.app/internal/system/acl" - "hakurei.app/internal/system/wayland" + "hakurei.app/internal/acl" + "hakurei.app/internal/wayland" ) type waylandConn interface { -- cgit v1.3.1