diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2019-07-24 20:25:28 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2019-07-24 20:25:28 +0000 |
commit | a2ec11d162584ac1003cc97a935a3864f477cce0 (patch) | |
tree | 1c23f3d20176b31adf7ef943d9db349cfcc1af31 /usr.sbin/bgpd/printconf.c | |
parent | 9ae78d085fad184c783979764f7c25d0d6d36177 (diff) |
mrt.h only needs to be included by mrt.c
ok claudio@
Diffstat (limited to 'usr.sbin/bgpd/printconf.c')
-rw-r--r-- | usr.sbin/bgpd/printconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/printconf.c b/usr.sbin/bgpd/printconf.c index 5ccad43a132..81bfdba4ee4 100644 --- a/usr.sbin/bgpd/printconf.c +++ b/usr.sbin/bgpd/printconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: printconf.c,v 1.137 2019/06/17 13:35:43 claudio Exp $ */ +/* $OpenBSD: printconf.c,v 1.138 2019/07/24 20:25:27 benno Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -24,7 +24,6 @@ #include <string.h> #include "bgpd.h" -#include "mrt.h" #include "session.h" #include "rde.h" #include "log.h" |