From ddc4fbc15223e362896a9f42beca73f05f48e664 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Thu, 18 Sep 2025 13:52:58 -0400 Subject: move usermode-critical info to include/api --- syscall/handler.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'syscall/handler.c') 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 #include -- cgit v1.2.1