summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/arguments.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2017-04-22 12:08:41 +0000
committernicm <nicm@openbsd.org>2017-04-22 12:08:41 +0000
commit6f2fd1e4eb1d50d7733fbbb5d965e259c873d7a8 (patch)
tree78774b4bafa5f41db651c2beb56c9c29247583f5 /usr.bin/tmux/arguments.c
parentXr mutex(9) and rwlock(9) (diff)
downloadwireguard-openbsd-6f2fd1e4eb1d50d7733fbbb5d965e259c873d7a8.tar.xz
wireguard-openbsd-6f2fd1e4eb1d50d7733fbbb5d965e259c873d7a8.zip
Do not need getopt.h.
Diffstat (limited to 'usr.bin/tmux/arguments.c')
-rw-r--r--usr.bin/tmux/arguments.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/arguments.c b/usr.bin/tmux/arguments.c
index 91fa6433b55..f17f15accdf 100644
--- a/usr.bin/tmux/arguments.c
+++ b/usr.bin/tmux/arguments.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arguments.c,v 1.17 2017/01/18 10:08:05 nicm Exp $ */
+/* $OpenBSD: arguments.c,v 1.18 2017/04/22 12:08:41 nicm Exp $ */
/*
* Copyright (c) 2010 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -18,7 +18,6 @@
#include <sys/types.h>
-#include <getopt.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>