summaryrefslogtreecommitdiffstats
path: root/syscall/handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'syscall/handler.c')
-rw-r--r--syscall/handler.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/syscall/handler.c b/syscall/handler.c
index 5bc3c6f..da36e17 100644
--- a/syscall/handler.c
+++ b/syscall/handler.c
@@ -1,11 +1,10 @@
-#include "syscall.h"
+#include "api/syscall.h"
+#include "api/error.h"
#include "object.h"
#include "handles.h"
#include "device/processor.h"
#include "print.h"
-#include "error.h"
#include "lock.h"
-#include "memory.h"
#include <stdint.h>
#include <stddef.h>