aboutsummaryrefslogtreecommitdiff
path: root/src/window/wayland.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-20 01:24:44 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-20 01:24:44 +0200
commitc990594a93e953854b0a224a22f7e0a7db8ffe13 (patch)
tree04a423244a8543e6371ccde6b39b4f04f7debdca /src/window/wayland.c
parentafbc26109550c762e04ed103ade3fe3654ae4835 (diff)
Fix buildHEADmaster
Diffstat (limited to 'src/window/wayland.c')
-rw-r--r--src/window/wayland.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window/wayland.c b/src/window/wayland.c
index c85499c..f889126 100644
--- a/src/window/wayland.c
+++ b/src/window/wayland.c
@@ -1,5 +1,5 @@
-#include "../../../include/mgl/window/wayland.h"
-#include "../../../include/mgl/mgl.h"
+#include "../../include/mgl/window/wayland.h"
+#include "../../include/mgl/mgl.h"
#include <stdlib.h>
#include <stdio.h>