summaryrefslogtreecommitdiff
path: root/src/exceptions.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-13 13:07:32 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-13 13:07:32 +0100
commit4518eac6c41c51e781d2f17e0f26fe7713ac93c1 (patch)
tree3a8f6ee88962d8c49a264ff1507643ed9f733200 /src/exceptions.cc
parentcafee6f81257fa81ee302b5d3ffa82213a0a6a44 (diff)
Remove use of boost foreach.
Diffstat (limited to 'src/exceptions.cc')
-rw-r--r--src/exceptions.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exceptions.cc b/src/exceptions.cc
index bc131b8..72198fc 100644
--- a/src/exceptions.cc
+++ b/src/exceptions.cc
@@ -19,7 +19,6 @@
#include "compose.hpp"
#include "exceptions.h"
-#include <boost/foreach.hpp>
using std::list;
using std::string;