Remove now unused header which I forgot to commit on previous.
authormestre <mestre@openbsd.org>
Sun, 5 Aug 2018 08:41:28 +0000 (08:41 +0000)
committermestre <mestre@openbsd.org>
Sun, 5 Aug 2018 08:41:28 +0000 (08:41 +0000)
usr.sbin/eigrpd/eigrpd.c

index 9641795..a6bcec0 100644 (file)
@@ -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 <renato@openbsd.org>
@@ -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);