diff options
| author | Murray Nesbitt <[email protected]> | 2018-11-13 12:27:52 +0000 |
|---|---|---|
| committer | Murray Nesbitt <[email protected]> | 2018-11-16 03:20:44 +0000 |
| commit | c54e5a41c4ae0f50a27b93bda0c7d8f128101670 (patch) | |
| tree | 9ad6f83b49c6e650f892ea67a8a3ae3bfd928448 /src/util | |
| parent | Merge #14356: fix converttopsbt permitsigdata arg, add basic test (diff) | |
| download | discoin-c54e5a41c4ae0f50a27b93bda0c7d8f128101670.tar.xz discoin-c54e5a41c4ae0f50a27b93bda0c7d8f128101670.zip | |
Remove unreferenced boost headers
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/system.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/system.cpp b/src/util/system.cpp index f6f36c223..cc87d255a 100644 --- a/src/util/system.cpp +++ b/src/util/system.cpp @@ -73,7 +73,6 @@ #include <malloc.h> #endif -#include <boost/thread.hpp> #include <openssl/crypto.h> #include <openssl/rand.h> #include <openssl/conf.h> |