diff options
Diffstat (limited to 'contrib/ntp/util/tickadj.c')
-rw-r--r-- | contrib/ntp/util/tickadj.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/contrib/ntp/util/tickadj.c b/contrib/ntp/util/tickadj.c index 5ac8121..4f524b1 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> |