summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-03-31 12:14:35 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-03-31 12:14:35 +0000
commitd61a68ed566f3236f057efad312106a2bbe0a62d (patch)
treec1e4665acf259bd1f3979ed6fca7fd1dc422c3bf /usr.sbin/ospfd
parent7b826042de6111e722948c74b5df71197d8730d9 (diff)
and some includes too much here as well, grunk
Diffstat (limited to 'usr.sbin/ospfd')
-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>