From 5200cdac43b00701adfc00638499f403e89e2a69 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sun, 6 Mar 2022 19:29:56 +0100 Subject: Kernel: Remove an unused fd_set.h import The project appears to build just fine without it, and the explicit use of `LibC` causes it to conflict with the system-wide `fd_set.h` when building inside of Serenity. --- Kernel/API/Syscall.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Kernel/API') diff --git a/Kernel/API/Syscall.h b/Kernel/API/Syscall.h index 9ef87ca331..ec88f26ed9 100644 --- a/Kernel/API/Syscall.h +++ b/Kernel/API/Syscall.h @@ -10,10 +10,6 @@ #include #include -#ifdef __serenity__ -# include -#endif - constexpr int syscall_vector = 0x82; extern "C" { -- cgit v1.2.3