summaryrefslogtreecommitdiff
path: root/src/lib/writer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-08 23:29:32 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-09 20:04:33 +0200
commit68798e3ed491d642bb52e3d70dbe9c204aeb614b (patch)
treebd8be35b3caf3b3516f792dcea1af4e1544a504e /src/lib/writer.cc
parentf14a056d70af376ef6d9171474781d3526be4cd9 (diff)
Cleanup some unused using statements and other bits.
Diffstat (limited to 'src/lib/writer.cc')
-rw-r--r--src/lib/writer.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc
index 66239c537..8b51eb587 100644
--- a/src/lib/writer.cc
+++ b/src/lib/writer.cc
@@ -54,13 +54,9 @@
using std::cout;
using std::dynamic_pointer_cast;
-using std::list;
-using std::make_pair;
using std::make_shared;
-using std::map;
using std::max;
using std::min;
-using std::pair;
using std::shared_ptr;
using std::string;
using std::vector;