From f646936b5f95a973e1de7bc22716a2acdc01fb5e Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 28 May 2025 19:36:08 +0200 Subject: [PATCH] recv.c: Do not include fd.h --- recv.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.39.5