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.
This commit is contained in:
Tim Schumacher 2022-03-06 19:29:56 +01:00 committed by Brian Gianforcaro
parent 85ba70d86f
commit 5200cdac43

View file

@ -10,10 +10,6 @@
#include <AK/Types.h>
#include <AK/Userspace.h>
#ifdef __serenity__
# include <LibC/fd_set.h>
#endif
constexpr int syscall_vector = 0x82;
extern "C" {