summaryrefslogtreecommitdiffstats
path: root/server-client.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-02-06 01:55:02 +0000
committerThomas Adam <thomas@xteddy.org>2023-02-06 01:55:02 +0000
commit77118f3a9f7bdbe0c199432155b956c08f32b260 (patch)
tree6c2b0a60c74d911e74d07619dc0ecaab4a507688 /server-client.c
parente25926d3c4b7b836228d371a2c6450c913986c8f (diff)
portable: remove vis.h
This is included portably across different systems.
Diffstat (limited to 'server-client.c')
-rw-r--r--server-client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server-client.c b/server-client.c
index 52511084..874a3522 100644
--- a/server-client.c
+++ b/server-client.c
@@ -26,7 +26,6 @@
#include <string.h>
#include <time.h>
#include <unistd.h>
-#include <vis.h>
#include "tmux.h"