diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-04-27 21:04:05 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-04-27 21:04:05 +0000 |
commit | a0cf7bdb14281fc63c965bd384018436dfbb0508 (patch) | |
tree | 9dc853dd2c14838d512ae6ef86e63eee3c24ea3a /usr.sbin/ospfd | |
parent | 68bf8e2cd2340071ed3977a8214a8ff4c30df557 (diff) |
imsg.h does not need sys/tree.h.
ok eric
Diffstat (limited to 'usr.sbin/ospfd')
-rw-r--r-- | usr.sbin/ospfd/imsg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ospfd/imsg.h b/usr.sbin/ospfd/imsg.h index c4e7247c7c6..7a1e5cd041b 100644 --- a/usr.sbin/ospfd/imsg.h +++ b/usr.sbin/ospfd/imsg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: imsg.h,v 1.8 2009/09/15 10:54:59 jacekm Exp $ */ +/* $OpenBSD: imsg.h,v 1.9 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 |