diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-06-30 16:44:43 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-06-30 16:44:43 +0100 |
commit | c3af8f6b16eb770796fc1977ead90d02f9b82de4 (patch) | |
tree | 26526852d9908c3f842dd2db511161012bcc5b85 /hyperlinks.c | |
parent | 01c4919f5f86d7c120451ae642e722ea7d9651d7 (diff) | |
download | rtmux-c3af8f6b16eb770796fc1977ead90d02f9b82de4.tar.gz rtmux-c3af8f6b16eb770796fc1977ead90d02f9b82de4.tar.bz2 rtmux-c3af8f6b16eb770796fc1977ead90d02f9b82de4.zip |
hyperlinks: remove vis.h
Not used on Linux.
Diffstat (limited to 'hyperlinks.c')
-rw-r--r-- | hyperlinks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hyperlinks.c b/hyperlinks.c index 3dd3efa9..a258809b 100644 --- a/hyperlinks.c +++ b/hyperlinks.c @@ -21,7 +21,6 @@ #include <stdlib.h> #include <string.h> -#include <vis.h> #include "tmux.h" |