summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authornicm <nicm>2017-04-22 12:08:41 +0000
committernicm <nicm>2017-04-22 12:08:41 +0000
commitae1a6c2fc507679d46e986fa0276dfd1459660b8 (patch)
treeeadd8f3655c1578c60595c27e8d2d45d205b7645 /tmux.c
parent55cd4c7bc756509f241788f7f73676676ef538f6 (diff)
Do not need getopt.h.
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 2fb57092..9c32fa0a 100644
--- a/tmux.c
+++ b/tmux.c
@@ -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>