From bb4d770e457941306e5ec61b2190bf464579dabb Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 6 Jun 2010 00:03:02 +0000 Subject: [PATCH] No vis.h in here. --- cmd-paste-buffer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd-paste-buffer.c b/cmd-paste-buffer.c index 612d6e8a..77a0766b 100644 --- a/cmd-paste-buffer.c +++ b/cmd-paste-buffer.c @@ -1,4 +1,4 @@ -/* $Id: cmd-paste-buffer.c,v 1.27 2010-06-06 00:01:36 tcunha Exp $ */ +/* $Id: cmd-paste-buffer.c,v 1.28 2010-06-06 00:03:02 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -20,7 +20,6 @@ #include #include -#include #include "tmux.h"