From 02296adbbae9d17b826d0a1fc412fefb763da8e4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 12 Mar 2023 20:18:11 +0100 Subject: [PATCH] io/FileDescriptor: include cleanup --- src/io/FileDescriptor.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/io/FileDescriptor.cxx b/src/io/FileDescriptor.cxx index 1497e6f64..e1e437e90 100644 --- a/src/io/FileDescriptor.cxx +++ b/src/io/FileDescriptor.cxx @@ -15,11 +15,6 @@ #include #endif -#ifdef __linux__ -#include -#include -#endif - #ifndef O_NOCTTY #define O_NOCTTY 0 #endif