diff options
| author | Jorge Timón <[email protected]> | 2017-04-13 01:08:18 +0200 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2017-06-22 03:48:52 +0200 |
| commit | 5995735c5be19bee4c5369bd1861e913cf201db7 (patch) | |
| tree | 0284f85feded3b2bbf6a90129ea865549849cfd1 /src/bench | |
| parent | scripted-diff: Remove BOOST_REVERSE_FOREACH (diff) | |
| download | discoin-5995735c5be19bee4c5369bd1861e913cf201db7.tar.xz discoin-5995735c5be19bee4c5369bd1861e913cf201db7.zip | |
scripted-diff: Remove #include <boost/foreach.hpp>
-BEGIN VERIFY SCRIPT-
sed -i ':a;N;$!ba;s/#include <boost\/foreach.hpp>\n//' ./src/*.h ./src/*.cpp ./src/*/*.h ./src/*/*.cpp ./src/*/*/*.h ./src/*/*/*.cpp
-END VERIFY SCRIPT-
Diffstat (limited to 'src/bench')
| -rw-r--r-- | src/bench/coin_selection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bench/coin_selection.cpp b/src/bench/coin_selection.cpp index 942942c29..f8956508f 100644 --- a/src/bench/coin_selection.cpp +++ b/src/bench/coin_selection.cpp @@ -5,7 +5,6 @@ #include "bench.h" #include "wallet/wallet.h" -#include <boost/foreach.hpp> #include <set> static void addCoin(const CAmount& nValue, const CWallet& wallet, std::vector<COutput>& vCoins) |