mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-20 18:12:53 +00:00
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:
parent
85ba70d86f
commit
5200cdac43
Notes:
sideshowbarker
2024-07-17 17:41:46 +09:00
Author: https://github.com/timschumi
Commit: 5200cdac43
Pull-request: https://github.com/SerenityOS/serenity/pull/12956
1 changed files with 0 additions and 4 deletions
|
@ -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" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue