Removed unused #include in sys/syscalls.h

This commit is contained in:
2023-11-09 21:25:30 -06:00
parent 58ae7f9f89
commit 61e5ebf513

View File

@@ -1,7 +1,6 @@
#ifndef _QUARK_SYSCALLS_H #ifndef _QUARK_SYSCALLS_H
#define _QUARK_SYSCALLS_H #define _QUARK_SYSCALLS_H
#include <types/syscallarg.h>
#include <types/syscallid.h> #include <types/syscallid.h>
#include <types/physaddr.h> #include <types/physaddr.h>
#include <types/pid.h> #include <types/pid.h>