diff options
Diffstat (limited to 'test/dcp_decoder_test.cc')
| -rw-r--r-- | test/dcp_decoder_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dcp_decoder_test.cc b/test/dcp_decoder_test.cc index da4f6dcbb..c9474b998 100644 --- a/test/dcp_decoder_test.cc +++ b/test/dcp_decoder_test.cc @@ -42,10 +42,9 @@ using std::list; +using std::make_shared; using std::string; using std::vector; -using std::make_shared; -using std::shared_ptr; /* Check that DCPDecoder reuses old data when it should */ |
