aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-08-14 21:13:48 +0000
committerTiago Cunha <tcunha@gmx.com>2009-08-14 21:13:48 +0000
commitb402cef338e863ffe503f2fcdce3fb44d879efbf (patch)
tree89c100de2c965e93a9c2ed17a8a91e13bb6a5c07 /tmux.h
parenta9b6bfdddd570753e52dca73169f70864502c38c (diff)
downloadrtmux-b402cef338e863ffe503f2fcdce3fb44d879efbf.tar.gz
rtmux-b402cef338e863ffe503f2fcdce3fb44d879efbf.tar.bz2
rtmux-b402cef338e863ffe503f2fcdce3fb44d879efbf.zip
Adjust imsg changes to the portable version due to OpenBSD patchset 243.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index cbb6434a..027c1734 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.410 2009-08-14 21:04:04 tcunha Exp $ */
+/* $Id: tmux.h,v 1.411 2009-08-14 21:13:48 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -35,7 +35,6 @@
#include <termios.h>
#include "array.h"
-#include "imsg.h"
#include "compat.h"