diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-02-18 12:43:24 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-02-18 12:43:24 +0000 |
commit | 1c77d48cef6cfdd244d5009e27be22dbb488b2b9 (patch) | |
tree | af3df6fa325d609e91a7e572eb19b7e036fff8ea /usr.sbin | |
parent | abd954bb1d168834f99902c5bd927e6a2fe14071 (diff) |
Drop netmpls/mpls.h include, not needed here.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/parse.y | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y index 5f479eb6b99..3b495f1d682 100644 --- a/usr.sbin/bgpd/parse.y +++ b/usr.sbin/bgpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.376 2019/02/18 12:35:08 claudio Exp $ */ +/* $OpenBSD: parse.y,v 1.377 2019/02/18 12:43:23 claudio Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -30,7 +30,6 @@ #include <netinet/in.h> #include <netinet/ip_ipsp.h> #include <arpa/inet.h> -#include <netmpls/mpls.h> #include <ctype.h> #include <err.h> |