diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-01-18 12:16:14 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-01-18 12:16:14 +0000 |
commit | 787f9de5d8194d7071f3ce7132c5b01dc9cf630f (patch) | |
tree | 06906a8b545623daadf87ae8aacb5728f36f0250 | |
parent | 044999ce6d852e91d172a45f671be357bd9057f7 (diff) | |
download | rtmux-787f9de5d8194d7071f3ce7132c5b01dc9cf630f.tar.gz rtmux-787f9de5d8194d7071f3ce7132c5b01dc9cf630f.tar.bz2 rtmux-787f9de5d8194d7071f3ce7132c5b01dc9cf630f.zip |
vis.h comes from compat.h.
-rw-r--r-- | arguments.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arguments.c b/arguments.c index 37028648..e70d24c0 100644 --- a/arguments.c +++ b/arguments.c @@ -21,7 +21,6 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <vis.h> #include "tmux.h" |