From f2bfda3f3ebec0c592b59b83bb3a340dd450a814 Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Mon, 23 May 2016 19:11:43 +0000 Subject: Remove superfluous includes. --- usr.sbin/ldpd/control.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.sbin/ldpd/control.h') 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 @@ -19,9 +19,8 @@ #ifndef _CONTROL_H_ #define _CONTROL_H_ +#include #include -#include -#include struct ctl_conn { TAILQ_ENTRY(ctl_conn) entry; -- cgit v1.2.3