diff options
Diffstat (limited to 'contrib/ntp/include/ntp_unixtime.h')
-rw-r--r-- | contrib/ntp/include/ntp_unixtime.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/ntp/include/ntp_unixtime.h b/contrib/ntp/include/ntp_unixtime.h index 9dd23f0..bdc080e 100644 --- a/contrib/ntp/include/ntp_unixtime.h +++ b/contrib/ntp/include/ntp_unixtime.h @@ -5,8 +5,6 @@ #include "ntp_types.h" -#include <sys/time.h> - /* gettimeofday() takes two args in BSD and only one in SYSV */ # if defined(HAVE_SYS_TIMERS_H) && defined(HAVE_GETCLOCK) # include <sys/timers.h> |