summaryrefslogtreecommitdiffstats
path: root/src/concurrent
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2020-10-12 12:21:37 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2020-10-12 13:00:43 +0200
commit64c9db22597fd06004bc769bd16e519871d2fcf2 (patch)
tree920e7f16cad00a4824fafa94c202af367648944b /src/concurrent
parenta0deaf42e2bd8b5d773e75ce5fd0851335f4ba9b (diff)
Remove an unneeded include
Change-Id: Iba171012955e475f51d6319a69d8cd351aa6131b Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'src/concurrent')
-rw-r--r--src/concurrent/qtaskbuilder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/concurrent/qtaskbuilder.h b/src/concurrent/qtaskbuilder.h
index 074dad1c6b..e64df242c3 100644
--- a/src/concurrent/qtaskbuilder.h
+++ b/src/concurrent/qtaskbuilder.h
@@ -40,8 +40,6 @@
#ifndef QTBASE_QTTASKBUILDER_H
#define QTBASE_QTTASKBUILDER_H
-#include <memory>
-
#if !defined(QT_NO_CONCURRENT) || defined(Q_CLANG_QDOC)
#include <QtConcurrent/qtconcurrentstoredfunctioncall.h>