summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/file.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-06-28 15:42:49 +0000
committerderaadt <deraadt@openbsd.org>2017-06-28 15:42:49 +0000
commit8447a89f60b18b4dfa441f6faa97353f070a6757 (patch)
treeca64b577bb6f85d944040e42cdfbaa2455409517 /usr.bin/file/file.c
parentperform an initial pledge very early on, and drop tzset to later. (diff)
downloadwireguard-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.c7
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>