kio: move sys/stat header inclusion from global header to source files

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2020-01-03 17:46:56 +00:00
parent d431c9572f
commit ea7976dbb8
3 changed files with 3 additions and 2 deletions

View file

@ -34,7 +34,7 @@
#include <QtCore/qdatetime.h>
#include <QtGui/QTextDocument>
#include <sys/types.h>
#include <sys/stat.h> // S_ISDIR
#include <sys/wait.h>
#include <sys/uio.h>

View file

@ -27,7 +27,6 @@
#include <kiconloader.h>
#include <QtGui/QPixmap> // for pixmapForUrl
#include <sys/stat.h> // S_ISDIR
#include <sys/types.h> // mode_t
#include <kjob.h>

View file

@ -29,6 +29,8 @@
#include <QtCore/QHash>
#include <QtCore/QList>
#include <sys/stat.h> // S_ISDIR
using namespace KIO;
/* ---------- UDSEntry ------------ */