summaryrefslogtreecommitdiffstats
path: root/sbin/hastctl
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-03-14 21:21:14 +0000
committerpjd <pjd@FreeBSD.org>2013-03-14 21:21:14 +0000
commite07cb106fc1d17231443ceed3c620cdff53cd8fc (patch)
treec73cb7f289ae7ff3b0a90d9496cd688c798aebae /sbin/hastctl
parent4947d4919e081edd282496959815f872f15e0ded (diff)
downloadFreeBSD-src-e07cb106fc1d17231443ceed3c620cdff53cd8fc.zip
FreeBSD-src-e07cb106fc1d17231443ceed3c620cdff53cd8fc.tar.gz
Removed redundant includes.
Diffstat (limited to 'sbin/hastctl')
-rw-r--r--sbin/hastctl/hastctl.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sbin/hastctl/hastctl.c b/sbin/hastctl/hastctl.c
index 3dfde03..bd6f70f 100644
--- a/sbin/hastctl/hastctl.c
+++ b/sbin/hastctl/hastctl.c
@@ -31,21 +31,11 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
-#include <sys/disk.h>
-#include <sys/ioctl.h>
-#include <sys/stat.h>
-#include <sys/sysctl.h>
#include <err.h>
-#include <errno.h>
-#include <fcntl.h>
#include <libutil.h>
-#include <limits.h>
-#include <signal.h>
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
-#include <sysexits.h>
#include <unistd.h>
#include <activemap.h>
OpenPOWER on IntegriCloud