diff options
| author | Hennadii Stepanov <[email protected]> | 2020-04-24 08:39:32 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-06-04 10:05:54 -0400 |
| commit | 89f9fef1f71dfeff4baa59bc42bc9049a46d911b (patch) | |
| tree | 455f0a85cd10c787062dd2f7e78ea55456f3fd8a /src/init.cpp | |
| parent | txdb: Remove unused boost/thread (diff) | |
| download | discoin-89f9fef1f71dfeff4baa59bc42bc9049a46d911b.tar.xz discoin-89f9fef1f71dfeff4baa59bc42bc9049a46d911b.zip | |
refactor: Specify boost/thread/thread.hpp explicitly
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/init.cpp b/src/init.cpp index 37e625129..c8329d551 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -71,11 +71,9 @@ #include <sys/stat.h> #endif -#include <boost/algorithm/string/classification.hpp> #include <boost/algorithm/string/replace.hpp> -#include <boost/algorithm/string/split.hpp> #include <boost/signals2/signal.hpp> -#include <boost/thread.hpp> +#include <boost/thread/thread.hpp> #if ENABLE_ZMQ #include <zmq/zmqabstractnotifier.h> |