diff options
Diffstat (limited to 'tuplr.cpp')
-rw-r--r-- | tuplr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -23,8 +23,6 @@ #include <stack> #include "tuplr.hpp" -#define FOREACH(IT, i, c) for (IT i = (c).begin(); i != (c).end(); ++i) - using namespace std; using boost::format; |