summaryrefslogtreecommitdiff
path: root/test/dcp_decoder_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dcp_decoder_test.cc')
-rw-r--r--test/dcp_decoder_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dcp_decoder_test.cc b/test/dcp_decoder_test.cc
index 66cd402c4..e9f7e8ef0 100644
--- a/test/dcp_decoder_test.cc
+++ b/test/dcp_decoder_test.cc
@@ -40,11 +40,10 @@
#include <iostream>
-using std::list;
using std::string;
using std::vector;
using std::make_shared;
-using std::shared_ptr;
+using namespace dcpomatic;
/* Check that DCPDecoder reuses old data when it should */