QFutureInterface: remove the inconsistent and unneeded include
QMutexLocker is declared in qmutex.h, which is already included. Pick-to: 6.2 Task-number: QTBUG-94407 Change-Id: I78e0630c27ef7f85feae68e98f8cdcbe4e142cd8 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
100e048557
commit
a527fbf179
@ -41,7 +41,6 @@
|
||||
#define QFUTUREINTERFACE_H
|
||||
|
||||
#include <QtCore/qmutex.h>
|
||||
#include <QtCore/QMutexLocker>
|
||||
#include <QtCore/qresultstore.h>
|
||||
#ifndef QT_NO_EXCEPTIONS
|
||||
#include <exception>
|
||||
|
Loading…
Reference in New Issue
Block a user