diff options
| author | practicalswift <[email protected]> | 2017-06-09 10:25:26 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-06-09 10:25:26 +0200 |
| commit | 49de096c2adcfaf15f99a3355dc4e22f79d56928 (patch) | |
| tree | 4ee7505fae6b4190e1753d819657d35e62843499 /src/wallet/db.cpp | |
| parent | Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo... (diff) | |
| download | discoin-49de096c2adcfaf15f99a3355dc4e22f79d56928.tar.xz discoin-49de096c2adcfaf15f99a3355dc4e22f79d56928.zip | |
Remove unused Boost includes
Diffstat (limited to 'src/wallet/db.cpp')
| -rw-r--r-- | src/wallet/db.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/db.cpp b/src/wallet/db.cpp index 89f204bc3..51156a5c3 100644 --- a/src/wallet/db.cpp +++ b/src/wallet/db.cpp @@ -20,7 +20,6 @@ #include <boost/foreach.hpp> #include <boost/thread.hpp> -#include <boost/version.hpp> // // CDB |