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/picture_asset.cc | |
| parent | dd88a3738c91b6fa2574c3d2d778fb30a412555c (diff) | |
Trim some unused stream includes / usings.
Diffstat (limited to 'src/picture_asset.cc')
| -rw-r--r-- | src/picture_asset.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/picture_asset.cc b/src/picture_asset.cc index 674180c3..a0a7d7d7 100644 --- a/src/picture_asset.cc +++ b/src/picture_asset.cc @@ -45,19 +45,13 @@ #include <boost/filesystem.hpp> #include <list> #include <stdexcept> -#include <iostream> -#include <sstream> using std::string; -using std::ostream; using std::list; using std::vector; using std::max; -using std::stringstream; using std::pair; using std::make_pair; -using std::istream; -using std::cout; using boost::shared_ptr; using namespace dcp; |
