diff options
Diffstat (limited to 'src')
| -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; |
