diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-21 11:57:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-21 11:57:33 +0100 |
| commit | 1eb9ba017214698de3fd41de5291604b4fe839c5 (patch) | |
| tree | 09225382a3c46b865dfa22d0d93c004485ab8e16 /src/util.cc | |
| parent | dd88a3738c91b6fa2574c3d2d778fb30a412555c (diff) | |
Trim some unused stream includes / usings.
Diffstat (limited to 'src/util.cc')
| -rw-r--r-- | src/util.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.cc b/src/util.cc index 359ac317..0c3cea08 100644 --- a/src/util.cc +++ b/src/util.cc @@ -55,14 +55,12 @@ #include <boost/filesystem.hpp> #include <boost/algorithm/string.hpp> #include <stdexcept> -#include <sstream> #include <iostream> #include <iomanip> using std::string; using std::wstring; using std::cout; -using std::stringstream; using std::min; using std::max; using std::list; |
