From fef0420783089f76643cd6b066f7c45c4e953dfd Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 5 Oct 2015 14:18:33 +0000 Subject: these 3 files do not need sys/socket.h --- usr.sbin/bgpctl/irr_output.c | 3 +-- usr.sbin/bgpctl/irr_prefix.c | 3 +-- usr.sbin/bgpctl/parser.c | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/usr.sbin/bgpctl/irr_output.c b/usr.sbin/bgpctl/irr_output.c index 058858a2107..81ce4b3ae4a 100644 --- a/usr.sbin/bgpctl/irr_output.c +++ b/usr.sbin/bgpctl/irr_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: irr_output.c,v 1.18 2015/04/26 11:32:54 phessler Exp $ */ +/* $OpenBSD: irr_output.c,v 1.19 2015/10/05 14:18:33 deraadt Exp $ */ /* * Copyright (c) 2007 Henning Brauer @@ -18,7 +18,6 @@ #include #include -#include #include #include #include diff --git a/usr.sbin/bgpctl/irr_prefix.c b/usr.sbin/bgpctl/irr_prefix.c index f4bd3006df8..34e973bc5bf 100644 --- a/usr.sbin/bgpctl/irr_prefix.c +++ b/usr.sbin/bgpctl/irr_prefix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: irr_prefix.c,v 1.20 2015/01/16 06:40:15 deraadt Exp $ */ +/* $OpenBSD: irr_prefix.c,v 1.21 2015/10/05 14:18:33 deraadt Exp $ */ /* * Copyright (c) 2007 Henning Brauer @@ -17,7 +17,6 @@ */ #include -#include #include #include #include diff --git a/usr.sbin/bgpctl/parser.c b/usr.sbin/bgpctl/parser.c index aca49369622..71a066fd67f 100644 --- a/usr.sbin/bgpctl/parser.c +++ b/usr.sbin/bgpctl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.70 2015/04/17 07:51:09 phessler Exp $ */ +/* $OpenBSD: parser.c,v 1.71 2015/10/05 14:18:33 deraadt Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -17,7 +17,6 @@ */ #include -#include #include #include -- cgit v1.2.3-59-g8ed1b