From a527fbf1797fca1a2f764bca85551562be460bb0 Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Fri, 25 Jun 2021 10:04:26 +0200 Subject: [PATCH] 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 --- src/corelib/thread/qfutureinterface.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/corelib/thread/qfutureinterface.h b/src/corelib/thread/qfutureinterface.h index 34c060aa06b..6924378bf19 100644 --- a/src/corelib/thread/qfutureinterface.h +++ b/src/corelib/thread/qfutureinterface.h @@ -41,7 +41,6 @@ #define QFUTUREINTERFACE_H #include -#include #include #ifndef QT_NO_EXCEPTIONS #include