From a970f0f41357bf22b1ced5db332a02407efd30f4 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Fri, 31 Dec 2021 11:19:26 +0900 Subject: Removed unnecessary hunks after switched to use krsync library Signed-off-by: OBATA Akio --- konq-plugins/rsync/rsyncplugin.cpp | 40 -------------------------------------- 1 file changed, 40 deletions(-) (limited to 'konq-plugins') diff --git a/konq-plugins/rsync/rsyncplugin.cpp b/konq-plugins/rsync/rsyncplugin.cpp index 68816b1..f0b6d2c 100644 --- a/konq-plugins/rsync/rsyncplugin.cpp +++ b/konq-plugins/rsync/rsyncplugin.cpp @@ -15,40 +15,6 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#define HAVE_TERMIOS_H 1 -#define HAVE_GRANTPT 1 - -#include -#ifdef HAVE_PTY_H -#include -#endif -#ifdef HAVE_TERMIOS_H -#include -#endif -#ifdef HAVE_STROPTS -#include -#endif -#ifdef HAVE_SYS_IOCTL_H -#include -#endif -#ifdef HAVE_LIBUTIL_H -#include -#endif -#ifdef HAVE_UTIL_H -#include -#endif #include #include @@ -76,10 +42,7 @@ #include #include #include -#include #include -#include -#include #include #include #include @@ -94,9 +57,6 @@ #include #include -#include -#include - #include "rsyncplugin.h" #define myDebug(x) kdDebug(7127) << __LINE__ << ": " x -- cgit v1.2.1