summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/cinema.cc5
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;