summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-03-31 12:13:08 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-03-31 12:13:08 +0000
commit95beec2dbd70d22bd92ae4b5d68023a9e4a7f3ed (patch)
tree622c7a46a5cad65f18c5fb19247592818d5cd5fa /usr.sbin
parent173ca87ff276e5c2b7f182890fa4a0dc80ece156 (diff)
zap some includes we don't need, Alexander von Gernler <grunk@pestilenz.org>
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpd/log.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/bgpd/log.c b/usr.sbin/bgpd/log.c
index 0e3a67fb187..651972754b6 100644
--- a/usr.sbin/bgpd/log.c
+++ b/usr.sbin/bgpd/log.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.c,v 1.43 2005/03/26 18:49:34 tedu Exp $ */
+/* $OpenBSD: log.c,v 1.44 2005/03/31 12:13:07 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -16,11 +16,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-
#include <err.h>
#include <errno.h>
#include <netdb.h>