diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-06-11 14:48:51 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-06-11 15:37:15 +0200 |
| commit | 2c2d98806253db8c83055800a6bb14814a2f12b1 (patch) | |
| tree | 80ed126d95b38ed32d503f0ef4b4e0ec51dd6605 /src/init.cpp | |
| parent | Merge #10561: Remove duplicate includes (diff) | |
| parent | Remove unused Boost includes (diff) | |
| download | discoin-2c2d98806253db8c83055800a6bb14814a2f12b1.tar.xz discoin-2c2d98806253db8c83055800a6bb14814a2f12b1.zip | |
Merge #10546: Remove 33 unused Boost includes
49de096 Remove unused Boost includes (practicalswift)
Tree-SHA512: ff2dad94f9eeb1dc50fcffd0e94e1686be04e4e5bc45f58ae955d630c15cd25bb8f5583d0aa1f2f263b5a723be79747ef3c6e6b417c7be7787c0abc8d1874019
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 04d1280c9..18ca93239 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -55,7 +55,6 @@ #endif #include <boost/algorithm/string/classification.hpp> -#include <boost/algorithm/string/predicate.hpp> #include <boost/algorithm/string/replace.hpp> #include <boost/algorithm/string/split.hpp> #include <boost/bind.hpp> |