diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-23 20:29:36 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-06-23 20:29:55 +0200 |
| commit | 0940839fe2893526837a21003a91ac12bfaa66dc (patch) | |
| tree | 83199bf8449d69d0f0f96a6f43d902254e122970 | |
| parent | 16c9fc9f74be46e9dfd21a3cd36d12d39225b9fa (diff) | |
Remove some unused using statements and a blank line.
| -rw-r--r-- | src/lib/film.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 292004a8c..174b3ce83 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -89,18 +89,13 @@ using std::back_inserter; using std::copy; using std::cout; using std::dynamic_pointer_cast; -using std::exception; using std::find; 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::runtime_error; -using std::set; -using std::setfill; using std::shared_ptr; using std::string; using std::vector; @@ -2421,4 +2416,3 @@ Film::write_remembered_assets(vector<RememberedAsset> const& assets) const LOG_ERROR("Could not write assets file %1", file(assets_file)); } } - |
