diff options
| author | practicalswift <[email protected]> | 2018-03-14 07:41:23 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-04-09 09:18:49 +0200 |
| commit | 280023f31d7007694f9f77e07868ae122c55cfd7 (patch) | |
| tree | 4f8bfcab82b05df4e0935c19e025ae3767a29703 /src/test/test_bitcoin.cpp | |
| parent | Merge #12537: [arith_uint256] Make it safe to use "self" in operators (diff) | |
| download | discoin-280023f31d7007694f9f77e07868ae122c55cfd7.tar.xz discoin-280023f31d7007694f9f77e07868ae122c55cfd7.zip | |
Remove duplicate includes
Diffstat (limited to 'src/test/test_bitcoin.cpp')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index 9390a93b9..4c758b995 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -17,8 +17,6 @@ #include <rpc/register.h> #include <script/sigcache.h> -#include <memory> - void CConnmanTest::AddNode(CNode& node) { LOCK(g_connman->cs_vNodes); |