diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-08-20 11:33:13 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-08-20 11:33:13 +0000 |
commit | 7ca3d7ac8ef68cffcd18b64558ae3c7c00875479 (patch) | |
tree | 6312a03636ce57d69deb1e538e3ffa66f41e4465 /cmd-show-buffer.c | |
parent | 3756fce553281d9d799951808befd8eab38210e4 (diff) | |
download | rtmux-7ca3d7ac8ef68cffcd18b64558ae3c7c00875479.tar.gz rtmux-7ca3d7ac8ef68cffcd18b64558ae3c7c00875479.tar.bz2 rtmux-7ca3d7ac8ef68cffcd18b64558ae3c7c00875479.zip |
Do not include vis.h directly, since it's OS-dependent, due to OpenBSD
patchsets 268, and 269.
Diffstat (limited to 'cmd-show-buffer.c')
-rw-r--r-- | cmd-show-buffer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd-show-buffer.c b/cmd-show-buffer.c index 2e3a7b38..0496bbfb 100644 --- a/cmd-show-buffer.c +++ b/cmd-show-buffer.c @@ -1,4 +1,4 @@ -/* $Id: cmd-show-buffer.c,v 1.7 2009-08-20 11:30:24 tcunha Exp $ */ +/* $Id: cmd-show-buffer.c,v 1.8 2009-08-20 11:33:13 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -19,7 +19,6 @@ #include <sys/types.h> #include <string.h> -#include <vis.h> #include "tmux.h" |