From b7d0279fa2d9a9d5712d56610b55850311e0e377 Mon Sep 17 00:00:00 2001 From: henning <> Date: Thu, 31 Mar 2005 12:14:01 +0000 Subject: [PATCH] zap includes, Alexander von Gernler --- src/usr.sbin/ntpd/log.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/usr.sbin/ntpd/log.c b/src/usr.sbin/ntpd/log.c index 4445972f..59f69282 100644 --- a/src/usr.sbin/ntpd/log.c +++ b/src/usr.sbin/ntpd/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.6 2004/07/12 09:22:38 dtucker Exp $ */ +/* $OpenBSD: log.c,v 1.7 2005/03/31 12:14:01 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -16,11 +16,6 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include -#include -#include -#include - #include #include #include @@ -28,11 +23,10 @@ #include #include #include -#include #include "ntpd.h" -int debug; +int debug; void logit(int, const char *, ...);