summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_symbian.cpp
diff options
context:
space:
mode:
authormread <qt-info@nokia.com>2011-03-03 16:19:05 (GMT)
committermread <qt-info@nokia.com>2011-03-09 12:48:40 (GMT)
commitef4b63c5d9424f82c17ebe614873e4205af0deb9 (patch)
tree4e08408740fecddf044caa793331308b638d622a /src/corelib/thread/qthread_symbian.cpp
parentb63fa9907a3299f6b9ce158b153941be2b666cc9 (diff)
downloadQt-ef4b63c5d9424f82c17ebe614873e4205af0deb9.zip
Qt-ef4b63c5d9424f82c17ebe614873e4205af0deb9.tar.gz
Qt-ef4b63c5d9424f82c17ebe614873e4205af0deb9.tar.bz2
removing unused headers
qdebug.h was only temporarily needed for debugging. errno.h is not needed for Symbian code. Task-number: QTBUG-13990 Reviewed-by: Shane Kearns
Diffstat (limited to 'src/corelib/thread/qthread_symbian.cpp')
-rw-r--r--src/corelib/thread/qthread_symbian.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/corelib/thread/qthread_symbian.cpp b/src/corelib/thread/qthread_symbian.cpp
index ce93f9f..02d671b 100644
--- a/src/corelib/thread/qthread_symbian.cpp
+++ b/src/corelib/thread/qthread_symbian.cpp
@@ -45,11 +45,9 @@
#include <private/qeventdispatcher_symbian_p.h>
#include "qthreadstorage.h"
#include "qthread_p.h"
-#include "qdebug.h"
#include "qsystemerror_p.h"
#include <sched.h>
-#include <errno.h>
QT_BEGIN_NAMESPACE
@@ -183,7 +181,7 @@ public:
}
start();
}
- static void add(QThread* thread)
+ static void add(QThread *thread)
{
QMutexLocker adoptedThreadMonitorMutexlock(&adoptedThreadMonitorMutex);
if (!adoptedThreadAdder) {