diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-12-07 12:30:36 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-12-07 12:30:36 +0000 |
commit | 70ff8cfe1e06987501a55a32df31d1f69acd2f99 (patch) | |
tree | 7b1e9d18304fc41f353dd9b4568be0e971230dc3 | |
parent | 6249a4b8666d02e384d48df8516cc9261aa3b3ad (diff) | |
download | rtmux-70ff8cfe1e06987501a55a32df31d1f69acd2f99.tar.gz rtmux-70ff8cfe1e06987501a55a32df31d1f69acd2f99.tar.bz2 rtmux-70ff8cfe1e06987501a55a32df31d1f69acd2f99.zip |
No vis.h in portable.
-rw-r--r-- | cmd-queue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-queue.c b/cmd-queue.c index 8ed3673b..9f6b4650 100644 --- a/cmd-queue.c +++ b/cmd-queue.c @@ -24,7 +24,6 @@ #include <string.h> #include <time.h> #include <unistd.h> -#include <vis.h> #include "tmux.h" |