summaryrefslogtreecommitdiffstats
path: root/cmd-show-messages.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2014-01-31 21:47:54 +0000
committerThomas Adam <thomas@xteddy.org>2014-01-31 21:47:54 +0000
commit44737b06db6113528fe684a5ba5dcec854a93a6a (patch)
tree219617615f35ca68f6614b7435e8fc2340d8718b /cmd-show-messages.c
parentd50e47fc4ab5cbbdbe6bbebdc2c36ce3aae6e987 (diff)
Fixup BSD specific things from last merge
There's entries for header files we don't use, and the cvsimport doesn't like removing files automatically, etc., and it won't have known to have done this from autoconf's POV, so define that in the correct place, hence the removal of the previously committed Makefile.
Diffstat (limited to 'cmd-show-messages.c')
-rw-r--r--cmd-show-messages.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-show-messages.c b/cmd-show-messages.c
index 393ed789..0905c32e 100644
--- a/cmd-show-messages.c
+++ b/cmd-show-messages.c
@@ -21,7 +21,6 @@
#include <string.h>
#include <time.h>
#include <unistd.h>
-#include <vis.h>
#include "tmux.h"