From 58017bf4720abd2acf84a64dcee21e70e8d6ed17 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Thu, 24 Mar 2011 20:46:54 +0000 Subject: [PATCH] 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 --- src/cmd/cmd.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/cmd/cmd.c b/src/cmd/cmd.c index 179dd322de..13277e6877 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;