summaryrefslogtreecommitdiff
path: root/src/c/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/keyboard.c')
-rw-r--r--src/c/keyboard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/c/keyboard.c b/src/c/keyboard.c
index d573472..5da3239 100644
--- a/src/c/keyboard.c
+++ b/src/c/keyboard.c
@@ -1,6 +1,6 @@
-#include"../include/types.h"
-#include"../include/asm.h"
-#include"../include/stdio.h"
+#include<types.h>
+#include<asm.h>
+#include<stdio.h>
#define BUFFER_SIZE 200
char buffer[BUFFER_SIZE];