summaryrefslogtreecommitdiffstats
path: root/session.c
diff options
context:
space:
mode:
authorThomas Adam <thomas.adam@smoothwall.net>2020-05-16 18:42:53 +0100
committerThomas Adam <thomas.adam@smoothwall.net>2020-05-16 18:42:53 +0100
commit2bc05db54f22ae9d1e0c73a6b42518fdc8bec81e (patch)
tree51d281180a963c6f4f47572de72fc6c11a4ff96b /session.c
parentbd87f6bf00946426bc1dd120eec35ca11aab99de (diff)
remove vis.h: portable doesn't need this
Diffstat (limited to 'session.c')
-rw-r--r--session.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/session.c b/session.c
index 5324c083..87c5b83c 100644
--- a/session.c
+++ b/session.c
@@ -22,7 +22,6 @@
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
-#include <vis.h>
#include <time.h>
#include "tmux.h"