svn commit: r292829 - head/usr.sbin/fstyp

Xin LI delphij at FreeBSD.org
Mon Dec 28 08:53:32 UTC 2015


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>
 


More information about the svn-src-all mailing list