From 605f7fb2de9d70aeac77d1b396af7b2c2d6645d9 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 12 May 2021 11:15:27 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"Fix=20error:=20dereferencing=20pointe?= =?UTF-8?q?r=20to=20incomplete=20type=20=E2=80=98struct=20timeval=E2=80=99?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit because of inconsistent author and sign-off This reverts commit 8ea7fc6129fd41884788d0fc1f1759f3ec8c2cab. Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- src/channels.c | 3 --- src/connect.c | 3 --- src/sftp.c | 3 --- 3 files changed, 9 deletions(-) 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