artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1ab197
)
remove excess #include
author
deraadt
<deraadt@openbsd.org>
Wed, 28 Jun 2017 15:42:49 +0000
(15:42 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 28 Jun 2017 15:42:49 +0000
(15:42 +0000)
usr.bin/file/file.c
patch
|
blob
|
history
diff --git
a/usr.bin/file/file.c
b/usr.bin/file/file.c
index
4e17c26
..
d14e62a
100644
(file)
--- a/
usr.bin/file/file.c
+++ b/
usr.bin/file/file.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: file.c,v 1.6
1 2017/06/28 15:40:54
deraadt Exp $ */
+/* $OpenBSD: file.c,v 1.6
2 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>