summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/ntpd/refclock_dumbclock.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/ntpd/refclock_dumbclock.c')
-rw-r--r--contrib/ntp/ntpd/refclock_dumbclock.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/contrib/ntp/ntpd/refclock_dumbclock.c b/contrib/ntp/ntpd/refclock_dumbclock.c
index 8138d9e..c439646 100644
--- a/contrib/ntp/ntpd/refclock_dumbclock.c
+++ b/contrib/ntp/ntpd/refclock_dumbclock.c
@@ -14,17 +14,15 @@
#if defined(REFCLOCK) && defined(CLOCK_DUMBCLOCK)
-#include <stdio.h>
-#include <ctype.h>
-#include <sys/time.h>
-#include <time.h>
-
#include "ntpd.h"
#include "ntp_io.h"
#include "ntp_refclock.h"
#include "ntp_calendar.h"
#include "ntp_stdlib.h"
+#include <stdio.h>
+#include <ctype.h>
+
/*
* This driver supports a generic dumb clock that only outputs hh:mm:ss,
* in local time, no less.
OpenPOWER on IntegriCloud