From ef4b63c5d9424f82c17ebe614873e4205af0deb9 Mon Sep 17 00:00:00 2001 From: mread Date: Thu, 3 Mar 2011 16:19:05 +0000 Subject: 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 --- src/corelib/thread/qmutex_symbian.cpp | 1 - src/corelib/thread/qthread_symbian.cpp | 4 +--- src/corelib/thread/qwaitcondition_symbian.cpp | 2 -- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/corelib/thread/qmutex_symbian.cpp b/src/corelib/thread/qmutex_symbian.cpp index f5ff57c..288c576 100644 --- a/src/corelib/thread/qmutex_symbian.cpp +++ b/src/corelib/thread/qmutex_symbian.cpp @@ -41,7 +41,6 @@ #include "qplatformdefs.h" #include "qmutex.h" -#include #ifndef QT_NO_THREAD #include "qatomic.h" 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 #include "qthreadstorage.h" #include "qthread_p.h" -#include "qdebug.h" #include "qsystemerror_p.h" #include -#include QT_BEGIN_NAMESPACE @@ -183,7 +181,7 @@ public: } start(); } - static void add(QThread* thread) + static void add(QThread *thread) { QMutexLocker adoptedThreadMonitorMutexlock(&adoptedThreadMonitorMutex); if (!adoptedThreadAdder) { diff --git a/src/corelib/thread/qwaitcondition_symbian.cpp b/src/corelib/thread/qwaitcondition_symbian.cpp index 114811e..1e7172a 100644 --- a/src/corelib/thread/qwaitcondition_symbian.cpp +++ b/src/corelib/thread/qwaitcondition_symbian.cpp @@ -50,8 +50,6 @@ #include "qmutex_p.h" #include "qreadwritelock_p.h" -#include - #ifndef QT_NO_THREAD QT_BEGIN_NAMESPACE -- cgit v0.12