summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/ntpd/refclock_tpro.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/ntpd/refclock_tpro.c')
-rw-r--r--contrib/ntp/ntpd/refclock_tpro.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/ntp/ntpd/refclock_tpro.c b/contrib/ntp/ntpd/refclock_tpro.c
index a29383a..159f817 100644
--- a/contrib/ntp/ntpd/refclock_tpro.c
+++ b/contrib/ntp/ntpd/refclock_tpro.c
@@ -8,10 +8,6 @@
#if defined(REFCLOCK) && defined(CLOCK_TPRO)
-#include <stdio.h>
-#include <ctype.h>
-#include <sys/time.h>
-
#include "ntpd.h"
#include "ntp_io.h"
#include "ntp_refclock.h"
@@ -19,6 +15,9 @@
#include "sys/tpro.h"
#include "ntp_stdlib.h"
+#include <stdio.h>
+#include <ctype.h>
+
/*
* This driver supports the KSI/Odetecs TPRO-S IRIG-B reader and TPRO-
* SAT GPS receiver for the Sun Microsystems SBus. It requires that the
OpenPOWER on IntegriCloud