From 61e5ebf513903c70cd929bcb83d3e8065af03d47 Mon Sep 17 00:00:00 2001 From: Nathan Giddings Date: Thu, 9 Nov 2023 21:25:30 -0600 Subject: [PATCH] Removed unused #include in sys/syscalls.h --- include/sys/syscalls.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/sys/syscalls.h b/include/sys/syscalls.h index 77b9941..271ecfb 100644 --- a/include/sys/syscalls.h +++ b/include/sys/syscalls.h @@ -1,7 +1,6 @@ #ifndef _QUARK_SYSCALLS_H #define _QUARK_SYSCALLS_H -#include #include #include #include