aboutsummaryrefslogtreecommitdiff
path: root/kernel/features/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/features/syscall.c')
-rw-r--r--kernel/features/syscall.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/features/syscall.c b/kernel/features/syscall.c
index b376a13..9efb849 100644
--- a/kernel/features/syscall.c
+++ b/kernel/features/syscall.c
@@ -1,20 +1,19 @@
// MIT License, Copyright (c) 2020 Marvin Borner
#include <drivers/cpu.h>
+#include <drivers/interrupts.h>
+#include <drivers/timer.h>
#include <errno.h>
#include <fs.h>
-#include <drivers/interrupts.h>
#include <io.h>
#include <load.h>
#include <mem.h>
#include <mm.h>
-#include <net.h>
#include <print.h>
#include <proc.h>
#include <str.h>
#include <sys.h>
#include <syscall.h>
-#include <drivers/timer.h>
static void syscall_handler(struct regs *r)
{