diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-09-05 09:49:57 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-09-05 09:49:57 +0200 |
commit | a264e445ff497f2704d386cc3357c6efca352114 (patch) | |
tree | 4aec92a668fed0a66100550cdd8783123a11d848 | |
parent | af9c3b0cffa4449f1254da3073aef77bafddf9cd (diff) |
remove dup include of foreach.hpp in 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 21883bd41a..06a0a5decf 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; |