diff options
author | Nikolay Mitev <face@hmel.org> | 2018-07-22 16:49:14 +0300 |
---|---|---|
committer | Nikolay Mitev <face@hmel.org> | 2018-07-22 16:49:14 +0300 |
commit | 0454b56d8a60c9b60c8bb702a3942f2994686635 (patch) | |
tree | 37367600e51483c73501e7c2dcc7227e3ecb17f2 /src | |
parent | 07ce278455757fb46dab95fb9b97a3f6b1b84faf (diff) |
trivial: remove unneeded include
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 494a925a79..a18ad2dfeb 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: */ |