diff options
Diffstat (limited to 'contrib/ntp/ntpdate/ntptime_config.c')
-rw-r--r-- | contrib/ntp/ntpdate/ntptime_config.c | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/contrib/ntp/ntpdate/ntptime_config.c b/contrib/ntp/ntpdate/ntptime_config.c index 56f6539..e784d28 100644 --- a/contrib/ntp/ntpdate/ntptime_config.c +++ b/contrib/ntp/ntpdate/ntptime_config.c @@ -11,15 +11,6 @@ # include <config.h> #endif -#ifdef HAVE_SYS_TYPES_H -# include <sys/types.h> -#endif - -#include <stdio.h> -#include <signal.h> -#include <ctype.h> -#include <sys/time.h> - #include "ntp_fp.h" #include "ntp.h" #include "ntp_io.h" @@ -29,6 +20,10 @@ #include "ntp_syslog.h" #include "ntp_stdlib.h" +#include <stdio.h> +#include <signal.h> +#include <ctype.h> + /* * These routines are used to read the configuration file at * startup time. An entry in the file must fit on a single line. |