diff options
Diffstat (limited to 'src/window/wayland.c')
-rw-r--r-- | src/window/wayland.c | 4 |
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> |