Do not include vis.h directly, since it's OS-dependent, due to OpenBSD

patchsets 268, and 269.
pull/1/head
Tiago Cunha 2009-08-20 11:33:13 +00:00
parent 3756fce553
commit 7ca3d7ac8e
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $Id: cmd-list-buffers.c,v 1.10 2009-08-20 11:28:05 tcunha Exp $ */
/* $Id: cmd-list-buffers.c,v 1.11 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"

View File

@ -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"