diff options
author | 2017-06-28 15:42:49 +0000 | |
---|---|---|
committer | 2017-06-28 15:42:49 +0000 | |
commit | 8447a89f60b18b4dfa441f6faa97353f070a6757 (patch) | |
tree | ca64b577bb6f85d944040e42cdfbaa2455409517 /usr.bin/file/file.c | |
parent | perform an initial pledge very early on, and drop tzset to later. (diff) | |
download | wireguard-openbsd-8447a89f60b18b4dfa441f6faa97353f070a6757.tar.xz wireguard-openbsd-8447a89f60b18b4dfa441f6faa97353f070a6757.zip |
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> |