diff --git a/src/channels.c b/src/channels.c index b3a0d494..11a9413a 100644 --- a/src/channels.c +++ b/src/channels.c @@ -29,9 +29,6 @@ #include #include #include -#ifdef HAVE_SYS_TIME_H -#include -#endif /* HAVE_SYS_TIME_H */ #ifndef _WIN32 #include diff --git a/src/connect.c b/src/connect.c index ce4d58df..252e2c63 100644 --- a/src/connect.c +++ b/src/connect.c @@ -29,9 +29,6 @@ #include #include #include -#ifdef HAVE_SYS_TIME_H -#include -#endif /* HAVE_SYS_TIME_H */ #include "libssh/libssh.h" #include "libssh/misc.h" diff --git a/src/sftp.c b/src/sftp.c index 2abe2ed5..00b5b98f 100644 --- a/src/sftp.c +++ b/src/sftp.c @@ -32,9 +32,6 @@ #include #include #include -#ifdef HAVE_SYS_TIME_H -#include -#endif /* HAVE_SYS_TIME_H */ #include #include #include