summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-19 18:11:12 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-25 17:56:26 +0200
commitda55d48ad731ee2499467b3e93e11eb3b53df89d (patch)
treead8b9ea50faa5b9c6bc5af334b7b66373b94649f /src/corelib/thread
parent0dea24054f15f156fdc8b8d2d32408d8371f4e13 (diff)
fix namespaced build
Change-Id: I9d0a3cb08de5e91807da7f0358c83b6693ebd1ea Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/corelib/thread')
-rw-r--r--src/corelib/thread/qorderedmutexlocker_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/thread/qorderedmutexlocker_p.h b/src/corelib/thread/qorderedmutexlocker_p.h
index ec9c6fd91b..0492886cfd 100644
--- a/src/corelib/thread/qorderedmutexlocker_p.h
+++ b/src/corelib/thread/qorderedmutexlocker_p.h
@@ -53,10 +53,10 @@
// We mean it.
//
-QT_BEGIN_NAMESPACE
-
#include <QtCore/qmutex.h>
+QT_BEGIN_NAMESPACE
+
/*
Locks 2 mutexes in a defined order, avoiding a recursive lock if
we're trying to lock the same mutex twice.