diff options
author | Renato Westphal <renato@cvs.openbsd.org> | 2016-05-23 19:11:43 +0000 |
---|---|---|
committer | Renato Westphal <renato@cvs.openbsd.org> | 2016-05-23 19:11:43 +0000 |
commit | f2bfda3f3ebec0c592b59b83bb3a340dd450a814 (patch) | |
tree | 35b87933f2d80ff71c5bc0837d06c8d82663157c /usr.sbin/ldpd/control.h | |
parent | 9a6be7cacb6639ebc04ff1c77d286ff2bfeab4ac (diff) |
Remove superfluous includes.
Diffstat (limited to 'usr.sbin/ldpd/control.h')
-rw-r--r-- | usr.sbin/ldpd/control.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/ldpd/control.h b/usr.sbin/ldpd/control.h index b59002209d1..400c695c94e 100644 --- a/usr.sbin/ldpd/control.h +++ b/usr.sbin/ldpd/control.h @@ -1,4 +1,4 @@ -/* $OpenBSD: control.h,v 1.7 2016/05/23 19:09:25 renato Exp $ */ +/* $OpenBSD: control.h,v 1.8 2016/05/23 19:11:42 renato Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -19,9 +19,8 @@ #ifndef _CONTROL_H_ #define _CONTROL_H_ +#include <sys/types.h> #include <sys/queue.h> -#include <sys/time.h> -#include <event.h> struct ctl_conn { TAILQ_ENTRY(ctl_conn) entry; |