aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-04-27 21:04:04 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-04-27 21:04:04 +0000
commit83e1a33ff59b97c4b7f926d886ecb3d8070ee269 (patch)
tree641bd48d8c508a4948af946d63519847d003b0e0
parentd529e7e14e4afa86a312ebac773682cfa3e58368 (diff)
downloadrtmux-83e1a33ff59b97c4b7f926d886ecb3d8070ee269.tar.gz
rtmux-83e1a33ff59b97c4b7f926d886ecb3d8070ee269.tar.bz2
rtmux-83e1a33ff59b97c4b7f926d886ecb3d8070ee269.zip
imsg.h does not need sys/tree.h.
ok eric
-rw-r--r--imsg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/imsg.h b/imsg.h
index b84be86f..43a29282 100644
--- a/imsg.h
+++ b/imsg.h
@@ -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