Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2013 19:29:00 +0000 (UTC)
From:      Mikolaj Golub <trociny@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r252519 - stable/9/sbin/hastctl
Message-ID:  <201307021929.r62JT0Rl057472@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trociny
Date: Tue Jul  2 19:29:00 2013
New Revision: 252519
URL: http://svnweb.freebsd.org/changeset/base/252519

Log:
  MFC r248286 (pjd):
  
  Removed redundant includes.

Modified:
  stable/9/sbin/hastctl/hastctl.c
Directory Properties:
  stable/9/sbin/hastctl/   (props changed)

Modified: stable/9/sbin/hastctl/hastctl.c
==============================================================================
--- stable/9/sbin/hastctl/hastctl.c	Tue Jul  2 19:28:16 2013	(r252518)
+++ stable/9/sbin/hastctl/hastctl.c	Tue Jul  2 19:29:00 2013	(r252519)
@@ -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?201307021929.r62JT0Rl057472>