From aabca00074e6cc713620558d0e41f72a6b33d746 Mon Sep 17 00:00:00 2001 From: delphij Date: Mon, 28 Dec 2015 08:53:31 +0000 Subject: [PATCH] Eliminate unneeded includes. Reviewed by: allanjude Differential Revision: https://reviews.freebsd.org/D4716 --- usr.sbin/fstyp/fstyp.c | 1 - usr.sbin/fstyp/geli.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/usr.sbin/fstyp/fstyp.c b/usr.sbin/fstyp/fstyp.c index cd0bbf9f81c0..cde179f4a391 100644 --- a/usr.sbin/fstyp/fstyp.c +++ b/usr.sbin/fstyp/fstyp.c @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include #include diff --git a/usr.sbin/fstyp/geli.c b/usr.sbin/fstyp/geli.c index 7f6d9a5d3ad4..59e8653bf195 100644 --- a/usr.sbin/fstyp/geli.c +++ b/usr.sbin/fstyp/geli.c @@ -29,11 +29,9 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include -#include #include