aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/util/tickadj.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/util/tickadj.c')
-rw-r--r--contrib/ntp/util/tickadj.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/contrib/ntp/util/tickadj.c b/contrib/ntp/util/tickadj.c
index 5ac812142dbc..4f524b129f2e 100644
--- a/contrib/ntp/util/tickadj.c
+++ b/contrib/ntp/util/tickadj.c
@@ -13,15 +13,14 @@
# include <config.h>
#endif
+#include "ntp_types.h"
+#include "l_stdlib.h"
+
#include <stdio.h>
-#include <sys/types.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
-#include "ntp_types.h"
-#include "l_stdlib.h"
-
#ifdef HAVE___ADJTIMEX /* Linux */
#include <sys/timex.h>
@@ -178,7 +177,6 @@ main(
#ifdef NLIST_STRUCT
# include <nlist.h>
#else /* not NLIST_STRUCT */ /* was defined(SYS_AUX3) || defined(SYS_AUX2) */
-# include <sys/time.h>
# include <sys/resource.h>
# include <sys/file.h>
# include <a.out.h>