summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-04-22 09:39:21 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-04-22 09:39:21 +0100
commita46ccbd883495d2acb3eab89e5bcdb61c0c7e195 (patch)
tree90cd187a51260c7a0816b3d1674f47a71a7229d5 /tmux.c
parentc24b58e2ee8691870736959deb252c225b205b4d (diff)
-paths.h. Fixes Solaris, from Dagobert Michelsen.
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 e6de5cfe..2916bbb5 100644
--- a/tmux.c
+++ b/tmux.c
@@ -23,7 +23,6 @@
#include <event.h>
#include <fcntl.h>
#include <locale.h>
-#include <paths.h>
#include <pwd.h>
#include <stdlib.h>
#include <string.h>