Date: Thu, 14 Mar 2013 21:21:15 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r248286 - head/sbin/hastctl Message-ID: <201303142121.r2ELLFgc025081@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303142121.r2ELLFgc025081>