diff options
author | nicm <nicm> | 2015-05-07 08:08:54 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-05-07 08:08:54 +0000 |
commit | 1282bb81fe9fbb1b2ff1b63a9c4e8978444703c4 (patch) | |
tree | b843a85a70d447be95a9c665553ca05eaca88d72 /tmux.h | |
parent | 7becf326e3b756016f2df6230db9fcf714d44955 (diff) | |
download | rtmux-1282bb81fe9fbb1b2ff1b63a9c4e8978444703c4.tar.gz rtmux-1282bb81fe9fbb1b2ff1b63a9c4e8978444703c4.tar.bz2 rtmux-1282bb81fe9fbb1b2ff1b63a9c4e8978444703c4.zip |
array.h can be local to window-choose.c now.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -35,8 +35,6 @@ #include <stdio.h> #include <termios.h> -#include "array.h" - extern char *__progname; extern char **environ; |