aboutsummaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2014-04-05 12:40:19 +0100
committerThomas Adam <thomas@xteddy.org>2014-04-05 12:40:19 +0100
commit57c514d2f85f9d1c81601bae32131f1cd2948422 (patch)
tree1709d334e23e3ebcc66913d28f2dc8636d341fd5 /utf8.c
parent0c99c7dbff21082a5f0774e6193b9c9b9a160882 (diff)
downloadrtmux-57c514d2f85f9d1c81601bae32131f1cd2948422.tar.gz
rtmux-57c514d2f85f9d1c81601bae32131f1cd2948422.tar.bz2
rtmux-57c514d2f85f9d1c81601bae32131f1cd2948422.zip
Remove <vis.h>; not used on Linux.
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 1328dd6e..20e35137 100644
--- a/utf8.c
+++ b/utf8.c
@@ -19,7 +19,6 @@
#include <sys/types.h>
#include <string.h>
-#include <vis.h>
#include "tmux.h"