From 83e1a33ff59b97c4b7f926d886ecb3d8070ee269 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 27 Apr 2010 21:04:04 +0000 Subject: [PATCH] imsg.h does not need sys/tree.h. ok eric --- imsg.h | 2 -- 1 file changed, 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 - #define READ_BUF_SIZE 65535 #define IMSG_HEADER_SIZE sizeof(struct imsg_hdr) #define MAX_IMSGSIZE 16384