Skip to content

Commit

Permalink
Merge bitcoin#27151: util: Remove duplicate include
Browse files Browse the repository at this point in the history
e846269 util: Remove duplicate include (Andrew Chow)

Pull request description:

  Duplicate `#include <utility>` is upsetting the linter.

ACKs for top commit:
  davidgumberg:
    ACK bitcoin@e846269
  theStack:
    ACK e846269
  john-moffett:
    ACK e846269

Tree-SHA512: 9e45d8f6a2dd5efcb8eb1c3c440d94b16490dbd63255784cb39863767fa07227e06da112a150ef337ef89e2e305b60b00d5b1c12ff7e1e9c02f6648ed97fac8c
  • Loading branch information
fanquake committed Feb 24, 2023
2 parents 1258af4 + e846269 commit cb25c21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/support/lockedpool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <iomanip>
#include <iostream>
#endif
#include <utility>

LockedPoolManager* LockedPoolManager::_instance = nullptr;

Expand Down

0 comments on commit cb25c21

Please sign in to comment.