summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-12-28 08:53:31 +0000
committerdelphij <delphij@FreeBSD.org>2015-12-28 08:53:31 +0000
commitaabca00074e6cc713620558d0e41f72a6b33d746 (patch)
treeb6151146d2104bd7176b682d526e1fa63511eb12 /usr.sbin
parentf493b25fe22ec17ce6d037818e69a7776284662f (diff)
downloadFreeBSD-src-aabca00074e6cc713620558d0e41f72a6b33d746.zip
FreeBSD-src-aabca00074e6cc713620558d0e41f72a6b33d746.tar.gz
Eliminate unneeded includes.
Reviewed by: allanjude Differential Revision: https://reviews.freebsd.org/D4716
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/fstyp/fstyp.c1
-rw-r--r--usr.sbin/fstyp/geli.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/fstyp/fstyp.c b/usr.sbin/fstyp/fstyp.c
index cd0bbf9..cde179f 100644
--- a/usr.sbin/fstyp/fstyp.c
+++ b/usr.sbin/fstyp/fstyp.c
@@ -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>
diff --git a/usr.sbin/fstyp/geli.c b/usr.sbin/fstyp/geli.c
index 7f6d9a5..59e8653 100644
--- a/usr.sbin/fstyp/geli.c
+++ b/usr.sbin/fstyp/geli.c
@@ -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>
OpenPOWER on IntegriCloud