summaryrefslogtreecommitdiffstats
path: root/paste.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-06-22 23:36:54 +0000
committerTiago Cunha <tcunha@gmx.com>2010-06-22 23:36:54 +0000
commit617386370bd097b2e57d5fedb92063a904b99e87 (patch)
tree4618740ce02f0873d3bdc52835aab8b15f3184d2 /paste.c
parentbf1e23741015c60e869bd0cdff16e86a35195f7d (diff)
Nuke vis.h.
Diffstat (limited to 'paste.c')
-rw-r--r--paste.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/paste.c b/paste.c
index e54abc4d..0850ca8d 100644
--- a/paste.c
+++ b/paste.c
@@ -1,4 +1,4 @@
-/* $Id: paste.c,v 1.14 2010-06-22 23:35:20 tcunha Exp $ */
+/* $Id: paste.c,v 1.15 2010-06-22 23:36:54 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -20,7 +20,6 @@
#include <sys/time.h>
#include <string.h>
-#include <vis.h>
#include "tmux.h"