diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-06-06 00:03:02 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-06-06 00:03:02 +0000 |
commit | bb4d770e457941306e5ec61b2190bf464579dabb (patch) | |
tree | 8667a2a62f424b72224fde8f90bd2f5a242ef7fd /cmd-paste-buffer.c | |
parent | e55a59eebc4c5c25bff5eab4c31b18132331c930 (diff) | |
download | rtmux-bb4d770e457941306e5ec61b2190bf464579dabb.tar.gz rtmux-bb4d770e457941306e5ec61b2190bf464579dabb.tar.bz2 rtmux-bb4d770e457941306e5ec61b2190bf464579dabb.zip |
No vis.h in here.
Diffstat (limited to 'cmd-paste-buffer.c')
-rw-r--r-- | cmd-paste-buffer.c | 3 |
1 files changed, 1 insertions, 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 <nicm@users.sourceforge.net> @@ -20,7 +20,6 @@ #include <stdlib.h> #include <string.h> -#include <vis.h> #include "tmux.h" |