summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2006-03-14 16:14:30 +0000
committerclaudio <claudio@openbsd.org>2006-03-14 16:14:30 +0000
commit851009e92a01c85f22438755c5af8b422bc7578c (patch)
treeb8cb20e32ccc8fe56205dc4e6b7aa4900f954cfd
parentadd an argument to cvs_diff3() to be able to handle verbosity of (diff)
downloadwireguard-openbsd-851009e92a01c85f22438755c5af8b422bc7578c.tar.xz
wireguard-openbsd-851009e92a01c85f22438755c5af8b422bc7578c.zip
Kill unneeded util.h include.
-rw-r--r--usr.sbin/ospfd/ospfd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.c b/usr.sbin/ospfd/ospfd.c
index fd8b56e0463..401153a6122 100644
--- a/usr.sbin/ospfd/ospfd.c
+++ b/usr.sbin/ospfd/ospfd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfd.c,v 1.28 2006/03/08 16:02:59 claudio Exp $ */
+/* $OpenBSD: ospfd.c,v 1.29 2006/03/14 16:14:30 claudio Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -37,7 +37,6 @@
#include <string.h>
#include <signal.h>
#include <unistd.h>
-#include <util.h>
#include "ospfd.h"
#include "ospf.h"