Remove unused includes of QFutureInterface

Change-Id: I70f5e842801b628c7f9ad4d433334ce04d4e648e
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Jarek Kobus
2023-05-03 23:49:37 +02:00
parent a0f6e8dc04
commit 867b10a06b
12 changed files with 0 additions and 18 deletions

View File

@@ -15,10 +15,6 @@ template <typename R>
class Async;
}
QT_BEGIN_NAMESPACE
class QFutureInterfaceBase;
QT_END_NAMESPACE
namespace DiffEditor {
class ChunkData;