QArrayDataOps: remove unused header <algorithm>
The header only uses std::destroy(), which is in <memory>, not <algorithm>. Doesn't change anything, because <algorithm> is still transitively included via qcontainertools_impl.h. Pick-to: 6.3 6.2 Change-Id: Ib6a94ea56d5819f916c80a2e307c99b328f3d61d Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>bb10
parent
b8431bef37
commit
91e210137c
|
|
@ -44,7 +44,7 @@
|
|||
#include <QtCore/qarraydata.h>
|
||||
#include <QtCore/qcontainertools_impl.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include <new>
|
||||
#include <string.h>
|
||||
#include <utility>
|
||||
|
|
|
|||
Loading…
Reference in New Issue