summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-04-20 20:35:11 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-04-20 20:35:11 +0100
commitb723f50e6575b13751aa172d3cd1e80c3085f296 (patch)
treed557a0fc267c99031f409fe6efc914075c4f631d /tmux.c
parent4a2e75fc8c4a7d91f7c080605749e9dc564f2c2b (diff)
Do not need getopt.h for getopt, from Eric N Vander Weele.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.c b/tmux.c
index 78c8c70b..28ec54cf 100644
--- a/tmux.c
+++ b/tmux.c
@@ -22,7 +22,6 @@
#include <errno.h>
#include <event.h>
#include <fcntl.h>
-#include <getopt.h>
#include <langinfo.h>
#include <locale.h>
#include <pwd.h>