diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-06-22 23:36:54 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-06-22 23:36:54 +0000 |
commit | 617386370bd097b2e57d5fedb92063a904b99e87 (patch) | |
tree | 4618740ce02f0873d3bdc52835aab8b15f3184d2 | |
parent | bf1e23741015c60e869bd0cdff16e86a35195f7d (diff) | |
download | rtmux-617386370bd097b2e57d5fedb92063a904b99e87.tar.gz rtmux-617386370bd097b2e57d5fedb92063a904b99e87.tar.bz2 rtmux-617386370bd097b2e57d5fedb92063a904b99e87.zip |
Nuke vis.h.
-rw-r--r-- | paste.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |