summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/ntpd/refclock_hpgps.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/ntpd/refclock_hpgps.c')
-rw-r--r--contrib/ntp/ntpd/refclock_hpgps.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/ntp/ntpd/refclock_hpgps.c b/contrib/ntp/ntpd/refclock_hpgps.c
index 30aa494..7a506cf 100644
--- a/contrib/ntp/ntpd/refclock_hpgps.c
+++ b/contrib/ntp/ntpd/refclock_hpgps.c
@@ -1,21 +1,21 @@
/*
* refclock_hpgps - clock driver for HP 58503A GPS receiver
*/
+
#ifdef HAVE_CONFIG_H
-#include <config.h>
+# include <config.h>
#endif
#if defined(REFCLOCK) && defined(CLOCK_HPGPS)
-#include <stdio.h>
-#include <ctype.h>
-#include <sys/time.h>
-
#include "ntpd.h"
#include "ntp_io.h"
#include "ntp_refclock.h"
#include "ntp_stdlib.h"
+#include <stdio.h>
+#include <ctype.h>
+
/* Version 0.1 April 1, 1995
* 0.2 April 25, 1995
* tolerant of missing timecode response prompt and sends
OpenPOWER on IntegriCloud