diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-09 16:29:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-09 16:29:21 +0100 |
| commit | 92b7d1cffbd0d457f8b4b23cc72937bcf8e5ed5e (patch) | |
| tree | b175db682422765468991702e8563bcd89713b70 /test | |
| parent | 7392cb8383c9b857edad5f99eaf917ed70da237d (diff) | |
Tidying.
Diffstat (limited to 'test')
| -rw-r--r-- | test/dcp_decoder_test.cc | 14 | ||||
| -rw-r--r-- | test/overlap_video_test.cc | 1 |
2 files changed, 8 insertions, 7 deletions
diff --git a/test/dcp_decoder_test.cc b/test/dcp_decoder_test.cc index 66cd402c4..4590518ca 100644 --- a/test/dcp_decoder_test.cc +++ b/test/dcp_decoder_test.cc @@ -25,14 +25,15 @@ */ -#include "lib/film.h" +#include "lib/config.h" +#include "lib/content_factory.h" #include "lib/dcp_content.h" #include "lib/dcp_decoder.h" -#include "lib/content_factory.h" -#include "lib/player.h" #include "lib/examine_content_job.h" +#include "lib/film.h" #include "lib/job_manager.h" -#include "lib/config.h" +#include "lib/piece.h" +#include "lib/player.h" #include "test.h" #include <dcp/cpl.h> #include <dcp/dcp.h> @@ -40,11 +41,10 @@ #include <iostream> -using std::list; -using std::string; -using std::vector; using std::make_shared; using std::shared_ptr; +using std::string; +using std::vector; /* Check that DCPDecoder reuses old data when it should */ diff --git a/test/overlap_video_test.cc b/test/overlap_video_test.cc index 3c969921d..c23444c4a 100644 --- a/test/overlap_video_test.cc +++ b/test/overlap_video_test.cc @@ -23,6 +23,7 @@ #include "lib/content_factory.h" #include "lib/dcpomatic_time.h" #include "lib/film.h" +#include "lib/piece.h" #include "lib/player.h" #include "lib/video_content.h" #include "test.h" |
