Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2015 08:53:31 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292829 - head/usr.sbin/fstyp
Message-ID:  <201512280853.tBS8rVmj022076@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Mon Dec 28 08:53:31 2015
New Revision: 292829
URL: https://svnweb.freebsd.org/changeset/base/292829

Log:
  Eliminate unneeded includes.
  
  Reviewed by:		allanjude
  Differential Revision:	https://reviews.freebsd.org/D4716

Modified:
  head/usr.sbin/fstyp/fstyp.c
  head/usr.sbin/fstyp/geli.c

Modified: head/usr.sbin/fstyp/fstyp.c
==============================================================================
--- head/usr.sbin/fstyp/fstyp.c	Mon Dec 28 05:48:22 2015	(r292828)
+++ head/usr.sbin/fstyp/fstyp.c	Mon Dec 28 08:53:31 2015	(r292829)
@@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$");
 #include <errno.h>
 #include <stdbool.h>
 #include <stddef.h>
-#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

Modified: head/usr.sbin/fstyp/geli.c
==============================================================================
--- head/usr.sbin/fstyp/geli.c	Mon Dec 28 05:48:22 2015	(r292828)
+++ head/usr.sbin/fstyp/geli.c	Mon Dec 28 08:53:31 2015	(r292829)
@@ -29,11 +29,9 @@ __FBSDID("$FreeBSD$");
 
 #include <sys/disk.h>
 #include <sys/types.h>
-#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <unistd.h>
 
 #include <geom/eli/g_eli.h>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512280853.tBS8rVmj022076>