diff options
author | 2017-04-22 12:08:41 +0000 | |
---|---|---|
committer | 2017-04-22 12:08:41 +0000 | |
commit | 6f2fd1e4eb1d50d7733fbbb5d965e259c873d7a8 (patch) | |
tree | 78774b4bafa5f41db651c2beb56c9c29247583f5 /usr.bin/tmux/tmux.c | |
parent | Xr mutex(9) and rwlock(9) (diff) | |
download | wireguard-openbsd-6f2fd1e4eb1d50d7733fbbb5d965e259c873d7a8.tar.xz wireguard-openbsd-6f2fd1e4eb1d50d7733fbbb5d965e259c873d7a8.zip |
Do not need getopt.h.
Diffstat (limited to 'usr.bin/tmux/tmux.c')
-rw-r--r-- | usr.bin/tmux/tmux.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.c b/usr.bin/tmux/tmux.c index 34edbca400c..09a649cf181 100644 --- a/usr.bin/tmux/tmux.c +++ b/usr.bin/tmux/tmux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.c,v 1.181 2017/04/20 17:49:26 nicm Exp $ */ +/* $OpenBSD: tmux.c,v 1.182 2017/04/22 12:08:41 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -23,7 +23,6 @@ #include <errno.h> #include <event.h> #include <fcntl.h> -#include <getopt.h> #include <langinfo.h> #include <locale.h> #include <paths.h> |