io/FileDescriptor: include cleanup

This commit is contained in:
Max Kellermann 2023-03-12 20:18:11 +01:00
parent a375f0f160
commit 02296adbba

View File

@ -15,11 +15,6 @@
#include <poll.h>
#endif
#ifdef __linux__
#include <sys/eventfd.h>
#include <sys/signalfd.h>
#endif
#ifndef O_NOCTTY
#define O_NOCTTY 0
#endif