summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2005-03-31 12:14:34 +0000
committerhenning <henning@openbsd.org>2005-03-31 12:14:34 +0000
commitd820dcf88a81fb0a6cdc1ca8a0b9b70151182e43 (patch)
treebc818b0477d115565ad168fd33968229aeedab1c
parentzap includes, Alexander von Gernler <grunk@pestilenz.org> (diff)
downloadwireguard-openbsd-d820dcf88a81fb0a6cdc1ca8a0b9b70151182e43.tar.xz
wireguard-openbsd-d820dcf88a81fb0a6cdc1ca8a0b9b70151182e43.zip
and some includes too much here as well, grunk
-rw-r--r--usr.sbin/ospfd/log.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/ospfd/log.c b/usr.sbin/ospfd/log.c
index 30f725b9609..33e41069762 100644
--- a/usr.sbin/ospfd/log.c
+++ b/usr.sbin/ospfd/log.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: log.c,v 1.2 2005/03/31 12:14:34 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -16,12 +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 <stdarg.h>
#include <stdio.h>