summaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 20:27:32 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 20:27:32 +0000
commit32312e0252cf41b07285c6b2facdad91533585da (patch)
tree04cb526764954a2665961341109f6bc8c2653aef /screen.c
parent802e129fd7b9c383e8fcad03caa051e0583c199f (diff)
vis compat stuff.
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/screen.c b/screen.c
index e9273d48..2a3bd181 100644
--- a/screen.c
+++ b/screen.c
@@ -1,4 +1,4 @@
-/* $Id: screen.c,v 1.87 2009-06-25 16:21:32 nicm Exp $ */
+/* $Id: screen.c,v 1.88 2009-06-25 20:27:31 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -20,7 +20,6 @@
#include <stdlib.h>
#include <string.h>
-#include <vis.h>
#include "tmux.h"