diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-20 01:24:44 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-20 01:24:44 +0200 |
commit | c990594a93e953854b0a224a22f7e0a7db8ffe13 (patch) | |
tree | 04a423244a8543e6371ccde6b39b4f04f7debdca /src/window/x11.c | |
parent | afbc26109550c762e04ed103ade3fe3654ae4835 (diff) |
Diffstat (limited to 'src/window/x11.c')
-rw-r--r-- | src/window/x11.c | 10 |
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> |