From: mestre Date: Sun, 5 Aug 2018 08:41:28 +0000 (+0000) Subject: Remove now unused header which I forgot to commit on previous. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0598cbe4121918531f9fd617374c801b0ccbcdb0;p=openbsd Remove now unused header which I forgot to commit on previous. --- diff --git a/usr.sbin/eigrpd/eigrpd.c b/usr.sbin/eigrpd/eigrpd.c index 9641795c28d..a6bcec0b88d 100644 --- a/usr.sbin/eigrpd/eigrpd.c +++ b/usr.sbin/eigrpd/eigrpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eigrpd.c,v 1.24 2018/08/05 08:10:35 mestre Exp $ */ +/* $OpenBSD: eigrpd.c,v 1.25 2018/08/05 08:41:28 mestre Exp $ */ /* * Copyright (c) 2015 Renato Westphal @@ -36,7 +36,6 @@ #include "eigrpe.h" #include "rde.h" #include "log.h" -#include "control.h" static void main_sig_handler(int, short, void *); static __dead void usage(void);