From 40b8e415eb0f835a9dd7a473ddf134ec67877fd7 Mon Sep 17 00:00:00 2001 From: roberto Date: Wed, 29 Aug 2001 14:35:15 +0000 Subject: Virgin import of ntpd 4.1.0 --- contrib/ntp/libparse/parse.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'contrib/ntp/libparse/parse.c') diff --git a/contrib/ntp/libparse/parse.c b/contrib/ntp/libparse/parse.c index 869b70f8..d3712b6 100644 --- a/contrib/ntp/libparse/parse.c +++ b/contrib/ntp/libparse/parse.c @@ -30,9 +30,6 @@ static char rcsid[] = "parse.c,v 4.14 1999/11/28 09:13:52 kardel RELEASE_19991128_A"; #endif -#include -#include - #include "ntp_fp.h" #include "ntp_unixtime.h" #include "ntp_calendar.h" @@ -43,9 +40,9 @@ static char rcsid[] = "parse.c,v 4.14 1999/11/28 09:13:52 kardel RELEASE_1999112 #include "parse.h" #ifndef PARSESTREAM -#include +# include #else -#include "sys/parsestreams.h" +# include "sys/parsestreams.h" #endif extern clockformat_t *clockformats[]; -- cgit v1.1