summaryrefslogtreecommitdiff
path: root/src/name_format.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-22 01:39:22 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-22 01:39:22 +0100
commit5fbcd3a8dc711c6c42efabbac72ab0408f504ea2 (patch)
treedfc84a000b2e2c67b6c73c2b8809b5da3137ecc4 /src/name_format.cc
parentbebe2f996176113a527bf2492fd179420493d0ff (diff)
Assorted c++11 cleanups.
Diffstat (limited to 'src/name_format.cc')
-rw-r--r--src/name_format.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/name_format.cc b/src/name_format.cc
index 76cca3fd..11b68e19 100644
--- a/src/name_format.cc
+++ b/src/name_format.cc
@@ -33,7 +33,6 @@
#include "name_format.h"
#include <boost/optional.hpp>
-#include <boost/foreach.hpp>
using std::string;
using std::map;