diff options
author | delphij <delphij@FreeBSD.org> | 2015-12-28 08:53:31 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-12-28 08:53:31 +0000 |
commit | aabca00074e6cc713620558d0e41f72a6b33d746 (patch) | |
tree | b6151146d2104bd7176b682d526e1fa63511eb12 /usr.sbin | |
parent | f493b25fe22ec17ce6d037818e69a7776284662f (diff) | |
download | FreeBSD-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.c | 1 | ||||
-rw-r--r-- | usr.sbin/fstyp/geli.c | 2 |
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> |