diff options
| author | MarcoFalke <[email protected]> | 2018-07-22 11:11:56 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-07-22 11:12:09 -0400 |
| commit | 0a34593ddb7a6d10c19533754d7a23345a155986 (patch) | |
| tree | 902be4f9f122daf9b9735b7f721293a56fb2638a /src | |
| parent | Merge #13212: Net: Fixed a race condition when disabling the network. (diff) | |
| parent | trivial: remove unneeded include (diff) | |
| download | discoin-0a34593ddb7a6d10c19533754d7a23345a155986.tar.xz discoin-0a34593ddb7a6d10c19533754d7a23345a155986.zip | |
Merge #13740: trivial: remove unneeded include
0454b56d8a trivial: remove unneeded include (Nikolay Mitev)
Pull request description:
Remove dead include
Tree-SHA512: 66380fe25259d37a19f955142ad53da24d4927064a84249989f54bebc21d9d688236fb60979acc79f219b05692c4c73b3ebab0872b8d03ab2447b0b44a06c8ed
Diffstat (limited to 'src')
| -rw-r--r-- | src/bitcoind.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 494a925a7..a18ad2dfe 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -21,8 +21,6 @@ #include <utilstrencodings.h> #include <walletinitinterface.h> -#include <boost/thread.hpp> - #include <stdio.h> /* Introduction text for doxygen: */ |