From: Simon Wilkinson Date: Thu, 24 Mar 2011 20:46:54 +0000 (+0000) Subject: cmd: Tidy header includes X-Git-Tag: upstream/1.8.0_pre1^2~3962 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=58017bf4720abd2acf84a64dcee21e70e8d6ed17;p=packages%2Fo%2Fopenafs.git cmd: Tidy header includes Since we adopted libroken, we get a lot of header includes automatically from roken.h. Use these, instead of including lots of things multiple times. Change-Id: I424a0df98ff9334d9e46a9af2ba9d7f1861f501e Reviewed-on: http://gerrit.openafs.org/4324 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- diff --git a/src/cmd/cmd.c b/src/cmd/cmd.c index 179dd322d..13277e687 100644 --- a/src/cmd/cmd.c +++ b/src/cmd/cmd.c @@ -10,15 +10,13 @@ #include #include +#include -#include #include -#include "cmd.h" -#include -#include -#include #include +#include "cmd.h" + /* declaration of private token type */ struct cmd_token { struct cmd_token *next;