diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-02-15 08:37:11 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-02-15 08:37:11 +0000 |
commit | 2b4c144f9687f996e4ebf464614506fb90092f82 (patch) | |
tree | 4c0bcef3990e38561c42efaedcc2ae82c8d49e45 /cmd-source-file.c | |
parent | ba3c1534e08b495fc308ed0085148587e8ead3d0 (diff) | |
download | rtmux-2b4c144f9687f996e4ebf464614506fb90092f82.tar.gz rtmux-2b4c144f9687f996e4ebf464614506fb90092f82.tar.bz2 rtmux-2b4c144f9687f996e4ebf464614506fb90092f82.zip |
Remove vis.h.
Diffstat (limited to 'cmd-source-file.c')
-rw-r--r-- | cmd-source-file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-source-file.c b/cmd-source-file.c index a367c7c2..db6b4caa 100644 --- a/cmd-source-file.c +++ b/cmd-source-file.c @@ -22,7 +22,6 @@ #include <glob.h> #include <stdlib.h> #include <string.h> -#include <vis.h> #include "tmux.h" |