aboutsummaryrefslogtreecommitdiff
path: root/src/window/x11.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/x11.c
parentafbc26109550c762e04ed103ade3fe3654ae4835 (diff)
Fix buildHEADmaster
Diffstat (limited to 'src/window/x11.c')
-rw-r--r--src/window/x11.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/window/x11.c b/src/window/x11.c
index cf44ac2..c865a98 100644
--- a/src/window/x11.c
+++ b/src/window/x11.c
@@ -1,8 +1,8 @@
-#include "../../../include/mgl/window/x11.h"
-#include "../../../include/mgl/window/event.h"
-#include "../../../include/mgl/mgl.h"
-#include "../../../include/mgl/system/utf8.h"
-#include "../../../include/mgl/system/clock.h"
+#include "../../include/mgl/window/x11.h"
+#include "../../include/mgl/window/event.h"
+#include "../../include/mgl/mgl.h"
+#include "../../include/mgl/system/utf8.h"
+#include "../../include/mgl/system/clock.h"
#include <stdlib.h>
#include <string.h>