From: Andre Noll Date: Wed, 20 Oct 2021 21:48:28 +0000 (+0200) Subject: command.c: Remove unused includes. X-Git-Tag: v0.7.0~16 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=eb3142c19116730b126ca5e6a6ed2f06bed8b30f;p=paraslash.git command.c: Remove unused includes. None of these are needed. Tested on Linux, FreeBSD and NetBSD. --- 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"