diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/window/wayland.c | 4 | ||||
-rw-r--r-- | src/window/x11.c | 10 |
2 files changed, 7 insertions, 7 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> 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> |