aboutsummaryrefslogtreecommitdiff
path: root/src/window/x11.c
diff options
context:
space:
mode:
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>