diff options
| author | Philip Kaufmann <[email protected]> | 2014-09-05 09:49:57 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-09-05 09:49:57 +0200 |
| commit | a264e445ff497f2704d386cc3357c6efca352114 (patch) | |
| tree | 4aec92a668fed0a66100550cdd8783123a11d848 /src/script.cpp | |
| parent | Merge pull request #4838 (diff) | |
| download | discoin-a264e445ff497f2704d386cc3357c6efca352114.tar.xz discoin-a264e445ff497f2704d386cc3357c6efca352114.zip | |
remove dup include of foreach.hpp in script.cpp
Diffstat (limited to 'src/script.cpp')
| -rw-r--r-- | src/script.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/script.cpp b/src/script.cpp index 21883bd41..06a0a5dec 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -19,10 +19,8 @@ #include <boost/foreach.hpp> #include <boost/thread.hpp> -#include <boost/tuple/tuple_comparison.hpp> #include <boost/tuple/tuple.hpp> - -#include <boost/foreach.hpp> +#include <boost/tuple/tuple_comparison.hpp> using namespace std; using namespace boost; |