aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/libparse/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/libparse/parse.c')
-rw-r--r--contrib/ntp/libparse/parse.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/contrib/ntp/libparse/parse.c b/contrib/ntp/libparse/parse.c
index 869b70f8b964..d3712b6b5ba8 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 <sys/types.h>
-#include <sys/time.h>
-
#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 <stdio.h>
+# include <stdio.h>
#else
-#include "sys/parsestreams.h"
+# include "sys/parsestreams.h"
#endif
extern clockformat_t *clockformats[];