mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
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 <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
ccfb125e8b
commit
58017bf472
@ -10,15 +10,13 @@
|
||||
#include <afsconfig.h>
|
||||
#include <afs/param.h>
|
||||
|
||||
#include <roken.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <ctype.h>
|
||||
#include "cmd.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "cmd.h"
|
||||
|
||||
/* declaration of private token type */
|
||||
struct cmd_token {
|
||||
struct cmd_token *next;
|
||||
|
Loading…
x
Reference in New Issue
Block a user