Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>

b1268a1 clang-format: Delete ForEachMacros (Jorge Timón)
5995735 scripted-diff: Remove #include <boost/foreach.hpp> (Jorge Timón)
3eff827 scripted-diff: Remove BOOST_REVERSE_FOREACH (Jorge Timón)
33aed5b Fix const_reverse_iterator constructor (pass const ptr) (Jorge Timón)
300851e Introduce src/reverse_iterator.hpp and include it... (Jorge Timón)

Tree-SHA512: df3405328e9602d0a433ac134ba59a5c9a6202ef64188df2f94a59b2ce58dec7c988b25d0671c7937de516a96b2e6daeb9d04c82fa363b616ee4cf6e9cb0fac6
This commit is contained in:
Wladimir J. van der Laan
2017-07-04 13:03:56 +02:00
38 changed files with 53 additions and 39 deletions

View File

@ -11,7 +11,6 @@
#include "script/standard.h"
#include "script/sign.h"
#include <boost/foreach.hpp>
typedef std::vector<unsigned char> valtype;

View File

@ -12,7 +12,6 @@
#include "script/standard.h"
#include "uint256.h"
#include <boost/foreach.hpp>
typedef std::vector<unsigned char> valtype;

View File

@ -10,7 +10,6 @@
#include "util.h"
#include "utilstrencodings.h"
#include <boost/foreach.hpp>
typedef std::vector<unsigned char> valtype;