svn commit: r248286 - head/sbin/hastctl

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Mar 14 21:21:15 UTC 2013


Author: pjd
Date: Thu Mar 14 21:21:14 2013
New Revision: 248286
URL: http://svnweb.freebsd.org/changeset/base/248286

Log:
  Removed redundant includes.

Modified:
  head/sbin/hastctl/hastctl.c

Modified: head/sbin/hastctl/hastctl.c
==============================================================================
--- head/sbin/hastctl/hastctl.c	Thu Mar 14 21:20:46 2013	(r248285)
+++ head/sbin/hastctl/hastctl.c	Thu Mar 14 21:21:14 2013	(r248286)
@@ -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>


More information about the svn-src-all mailing list