From f68c72e36f71cd72c67a0d8cd567ed9397ea2c49 Mon Sep 17 00:00:00 2001 From: nicm <> Date: Tue, 27 Apr 2010 21:04:04 +0000 Subject: [PATCH] imsg.h does not need sys/tree.h. ok eric --- src/usr.sbin/ntpd/imsg.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/usr.sbin/ntpd/imsg.h b/src/usr.sbin/ntpd/imsg.h index bd2bada5..9fd3f2f4 100644 --- a/src/usr.sbin/ntpd/imsg.h +++ b/src/usr.sbin/ntpd/imsg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: imsg.h,v 1.4 2009/09/15 10:54:59 jacekm Exp $ */ +/* $OpenBSD: imsg.h,v 1.5 2010/04/27 21:04:04 nicm Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard @@ -18,8 +18,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include - #define READ_BUF_SIZE 65535 #define IMSG_HEADER_SIZE sizeof(struct imsg_hdr) #define MAX_IMSGSIZE 16384