refactor: striped more arch-related code from the kernel code base
[lunaix-os.git] / lunaix-os / kernel / process / process.c
index 0ba6c6352db3c6a76835bb6b0597da684bebf9c1..f500cbed01890dab04a01f739f9e0b4f70837de0 100644 (file)
@@ -1,4 +1,3 @@
-#include <arch/abi.h>
 #include <klibc/string.h>
 #include <lunaix/clock.h>
 #include <lunaix/common.h>
@@ -12,6 +11,7 @@
 #include <lunaix/status.h>
 #include <lunaix/syscall.h>
 #include <lunaix/syslog.h>
+#include <sys/abi.h>
 
 LOG_MODULE("PROC")