summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tmux/imsg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/tmux/imsg.h b/usr.bin/tmux/imsg.h
index eca200702d7..e91e9a28f7d 100644
--- a/usr.bin/tmux/imsg.h
+++ b/usr.bin/tmux/imsg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: imsg.h,v 1.2 2009/09/15 18:12:51 jacekm Exp $ */
+/* $OpenBSD: imsg.h,v 1.3 2010/04/27 21:04:04 nicm Exp $ */
/*
* Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -18,8 +18,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/tree.h>
-
#define READ_BUF_SIZE 65535
#define IMSG_HEADER_SIZE sizeof(struct imsg_hdr)
#define MAX_IMSGSIZE 16384