diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-03-14 07:41:23 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-04-09 09:18:49 +0200 |
commit | 280023f31d7007694f9f77e07868ae122c55cfd7 (patch) | |
tree | 4f8bfcab82b05df4e0935c19e025ae3767a29703 /src/test/test_bitcoin.cpp | |
parent | 4781813b56177f8cfc1bf3d4160f75f3ec15e7e2 (diff) |
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 9390a93b99..4c758b9953 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); |