aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/system
diff options
context:
space:
mode:
Diffstat (limited to 'internal/system')
-rw-r--r--internal/system/wayland.go2
-rw-r--r--internal/system/wayland_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/system/wayland.go b/internal/system/wayland.go
index c423fe24..bbecde18 100644
--- a/internal/system/wayland.go
+++ b/internal/system/wayland.go
@@ -8,7 +8,7 @@ import (
"hakurei.app/container/check"
"hakurei.app/hst"
"hakurei.app/internal/acl"
- "hakurei.app/internal/wayland"
+ "hakurei.app/system/wayland"
)
type waylandConn interface {
diff --git a/internal/system/wayland_test.go b/internal/system/wayland_test.go
index 4e7db513..c70603bf 100644
--- a/internal/system/wayland_test.go
+++ b/internal/system/wayland_test.go
@@ -7,7 +7,7 @@ import (
"hakurei.app/container/stub"
"hakurei.app/internal/acl"
- "hakurei.app/internal/wayland"
+ "hakurei.app/system/wayland"
)
type stubWaylandConn struct {