From bb9ea79c429d38c43e540fbfe664de1f38f20ee2 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 11 Jun 2025 19:12:15 +0200 Subject: [PATCH] send_common.c does not need afs.h. Fixes: 2abba90245f87fab096edfc3faf7df61646b713f --- send_common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/send_common.c b/send_common.c index 324e4001..91511d73 100644 --- a/send_common.c +++ b/send_common.c @@ -17,7 +17,6 @@ #include "net.h" #include "list.h" #include "afh.h" -#include "afs.h" #include "server.h" #include "acl.h" #include "sched.h" -- 2.39.5