From eb3142c19116730b126ca5e6a6ed2f06bed8b30f Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 20 Oct 2021 23:48:28 +0200 Subject: [PATCH] command.c: Remove unused includes. None of these are needed. Tested on Linux, FreeBSD and NetBSD. --- command.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/command.c b/command.c index 7b3d6faf..8f5e2dd1 100644 --- a/command.c +++ b/command.c @@ -6,10 +6,7 @@ #include #include #include -#include -#include #include -#include #include #include @@ -22,7 +19,6 @@ #include "command.h" #include "string.h" #include "afh.h" -#include "afs.h" #include "net.h" #include "server.h" #include "list.h" -- 2.39.5