diff options
Diffstat (limited to 'usr.sbin/fstyp/exfat.c')
-rw-r--r-- | usr.sbin/fstyp/exfat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/fstyp/exfat.c b/usr.sbin/fstyp/exfat.c index 80cef5cbf822..8f8393b861fb 100644 --- a/usr.sbin/fstyp/exfat.c +++ b/usr.sbin/fstyp/exfat.c @@ -24,9 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/endian.h> |