KDE/kdelibs/kdeprint

Paulo Moura Guedes moura at kdewebdev.org
Wed Apr 12 18:29:44 CEST 2006


SVN commit 529139 by mojo:

Some more of the weird moving up of the stat.h include.

CCMAIL: kde-buildsystem at kde.org

 M  +1 -1      kmspecialmanager.cpp  


--- trunk/KDE/kdelibs/kdeprint/kmspecialmanager.cpp #529138:529139
@@ -31,9 +31,9 @@
 #include <klocale.h>
 #include <kdebug.h>
 
+#include <sys/stat.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 
 KMSpecialManager::KMSpecialManager(KMManager *parent)
 : QObject(parent), m_mgr(parent), m_loaded(false)


More information about the Kde-buildsystem mailing list