mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
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:
parent
d431c9572f
commit
ea7976dbb8
3 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
#include <QtCore/QHash>
|
||||
#include <QtCore/QList>
|
||||
|
||||
#include <sys/stat.h> // S_ISDIR
|
||||
|
||||
using namespace KIO;
|
||||
|
||||
/* ---------- UDSEntry ------------ */
|
||||
|
|
Loading…
Add table
Reference in a new issue