Skip to content

Commit

Permalink
qshareddata.h: remove unused header
Browse files Browse the repository at this point in the history
<functional> was added for std::less, but it's not required anymore and
can be removed (found by clangd)

Change-Id: Iadceacaf75786ba97a55ddd3694ab7e6550e9c0b
Reviewed-by: Thiago Macieira <[email protected]>
  • Loading branch information
timblechmann committed Dec 13, 2024
1 parent bc4105c commit f84ce2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/corelib/tools/qshareddata.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <QtCore/qcompare.h>
#include <QtCore/qhashfunctions.h>

#include <functional>

QT_BEGIN_NAMESPACE

Expand Down

0 comments on commit f84ce2a

Please sign in to comment.