diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-18 22:20:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-18 22:20:44 +0200 |
| commit | c407bf65787162ea712595eecf9fbb409c7f0d1e (patch) | |
| tree | be7903b3ecd2becda1f16451e46ca3aa12e9c4b1 | |
| parent | e46302d86c7295bd95cd7cdfa331c8186fe793cb (diff) | |
Cleanup: using sorting.
| -rw-r--r-- | src/lib/cinema.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/cinema.cc b/src/lib/cinema.cc index 936517a40..57780fa7b 100644 --- a/src/lib/cinema.cc +++ b/src/lib/cinema.cc @@ -27,10 +27,9 @@ #include <libxml++/libxml++.h> -using std::list; -using std::string; -using std::shared_ptr; using std::make_shared; +using std::shared_ptr; +using std::string; using dcp::raw_convert; using dcpomatic::Screen; |
