diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-07-01 18:52:47 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-07-01 18:52:47 +0000 |
commit | 8aa8e5cf64c4d28dc2dc932245c104df37a3ab09 (patch) | |
tree | 5448210548c9b383933cef241e1897bf570c3719 /usr.sbin/ntpd/server.c | |
parent | 7e8b9240f789ef19cf36e93bf73d96a6fd00b07a (diff) |
remove some unneeded includes; one found by vetinari
Diffstat (limited to 'usr.sbin/ntpd/server.c')
-rw-r--r-- | usr.sbin/ntpd/server.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/server.c b/usr.sbin/ntpd/server.c index 8b6352b4485..8a823d217b4 100644 --- a/usr.sbin/ntpd/server.c +++ b/usr.sbin/ntpd/server.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server.c,v 1.29 2006/06/07 06:29:03 otto Exp $ */ +/* $OpenBSD: server.c,v 1.30 2006/07/01 18:52:46 otto Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -26,7 +26,6 @@ #include <unistd.h> #include "ntpd.h" -#include "ntp.h" int setup_listeners(struct servent *se, struct ntpd_conf *conf, u_int *cnt) |