summaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-05-04 17:43:35 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-05-04 17:43:35 +0000
commita70df70d20381c57d26448c7526940145713234f (patch)
tree4fbb5d708c9237be791971fcadaa4f3c2da97587 /screen.c
parentb1dfc740a38060c029dbc4fc505b5ffdb3a2fafd (diff)
Don't need vis.h anymore.
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/screen.c b/screen.c
index 4228d4ab..abfbe100 100644
--- a/screen.c
+++ b/screen.c
@@ -21,7 +21,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <vis.h>
#include "tmux.h"