diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-01-16 12:09:04 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-01-16 12:09:04 +0000 |
commit | 997b11741c202e219aad8516a1cf734b5f6e9849 (patch) | |
tree | 4fb0e8184040d3e4b82faee02e5e85532ec779c0 /cmd-show-options.c | |
parent | 7b606457320995e2f4790b758a13d26d383ae213 (diff) | |
download | rtmux-997b11741c202e219aad8516a1cf734b5f6e9849.tar.gz rtmux-997b11741c202e219aad8516a1cf734b5f6e9849.tar.bz2 rtmux-997b11741c202e219aad8516a1cf734b5f6e9849.zip |
Remove vis.h which comes from compat.
Diffstat (limited to 'cmd-show-options.c')
-rw-r--r-- | cmd-show-options.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-show-options.c b/cmd-show-options.c index 67a70330..5afffac1 100644 --- a/cmd-show-options.c +++ b/cmd-show-options.c @@ -20,7 +20,6 @@ #include <stdlib.h> #include <string.h> -#include <vis.h> #include "tmux.h" |