From: Andre Noll Date: Wed, 28 May 2025 17:36:08 +0000 (+0200) Subject: recv.c: Do not include fd.h X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=f646936b5f95a973e1de7bc22716a2acdc01fb5e;p=paraslash.git recv.c: Do not include fd.h --- diff --git a/recv.c b/recv.c index 0491292d..7c0fe3a1 100644 --- a/recv.c +++ b/recv.c @@ -12,7 +12,6 @@ #include "sched.h" #include "buffer_tree.h" #include "recv.h" -#include "fd.h" #include "string.h" #include "error.h" #include "stdout.h"