summaryrefslogtreecommitdiffstats
path: root/usr.bin/ctfconv/ctfconv.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-08-29 21:10:20 +0000
committerderaadt <deraadt@openbsd.org>2017-08-29 21:10:20 +0000
commit2c9994650851e18cc50ee2c1e7af701afbc65186 (patch)
tree1c97aa74b91ad5e5b85db47de7de455b34f5daeb /usr.bin/ctfconv/ctfconv.c
parentRedraw rectangle selections properly when cursor at end, GitHub issue 992. (diff)
downloadwireguard-openbsd-2c9994650851e18cc50ee2c1e7af701afbc65186.tar.xz
wireguard-openbsd-2c9994650851e18cc50ee2c1e7af701afbc65186.zip
quarterly rescan of the tree: remove unneccessary sys/param.h, and
annotate the ones which are needed.
Diffstat (limited to 'usr.bin/ctfconv/ctfconv.c')
-rw-r--r--usr.bin/ctfconv/ctfconv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ctfconv/ctfconv.c b/usr.bin/ctfconv/ctfconv.c
index 5d95ee2334f..1d3b3921c7d 100644
--- a/usr.bin/ctfconv/ctfconv.c
+++ b/usr.bin/ctfconv/ctfconv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ctfconv.c,v 1.7 2017/08/12 19:00:08 jasper Exp $ */
+/* $OpenBSD: ctfconv.c,v 1.8 2017/08/29 21:10:20 deraadt Exp $ */
/*
* Copyright (c) 2016-2017 Martin Pieuchot
@@ -16,7 +16,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/param.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/exec_elf.h>