From: Andre Noll Date: Wed, 11 Jun 2025 17:12:15 +0000 (+0200) Subject: send_common.c does not need afs.h. X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=bb9ea79c429d38c43e540fbfe664de1f38f20ee2;p=paraslash.git send_common.c does not need afs.h. Fixes: 2abba90245f87fab096edfc3faf7df61646b713f --- 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"