diff options
author | Murray Nesbitt <github@nesbitt.ca> | 2018-11-13 12:27:52 +0000 |
---|---|---|
committer | Murray Nesbitt <github@nesbitt.ca> | 2018-11-16 03:20:44 +0000 |
commit | c54e5a41c4ae0f50a27b93bda0c7d8f128101670 (patch) | |
tree | 9ad6f83b49c6e650f892ea67a8a3ae3bfd928448 /src/interfaces | |
parent | 47ed24cf8aa7be3b778731b1f140ad9941157933 (diff) |
Remove unreferenced boost headers
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/node.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/node.cpp b/src/interfaces/node.cpp index 1919e16a66..bd7e414ff3 100644 --- a/src/interfaces/node.cpp +++ b/src/interfaces/node.cpp @@ -35,7 +35,6 @@ #endif #include <atomic> -#include <boost/thread/thread.hpp> #include <univalue.h> class CWallet; |