From 44737b06db6113528fe684a5ba5dcec854a93a6a Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Fri, 31 Jan 2014 21:47:54 +0000 Subject: 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. --- cmd-show-messages.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd-show-messages.c') 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 #include #include -#include #include "tmux.h" -- cgit