diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-28 15:42:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-28 15:42:50 +0000 |
commit | 38ab7da6943d9f0696e35bfbd1bd3c04ec29b70c (patch) | |
tree | 3a22257ce63afd9eb022b6dbd8574a991c0a0a52 /usr.bin/file/file.c | |
parent | 41a77c219ce89be4b0825289cd4238605115f08a (diff) |
remove excess #include
Diffstat (limited to 'usr.bin/file/file.c')
-rw-r--r-- | usr.bin/file/file.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c index 4e17c26502f..d14e62ac0ee 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.61 2017/06/28 15:40:54 deraadt Exp $ */ +/* $OpenBSD: file.c,v 1.62 2017/06/28 15:42:49 deraadt Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> @@ -17,13 +17,8 @@ */ #include <sys/types.h> -#include <sys/ioctl.h> #include <sys/mman.h> -#include <sys/queue.h> -#include <sys/socket.h> #include <sys/stat.h> -#include <sys/uio.h> -#include <sys/wait.h> #include <err.h> #include <errno.h> |