diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-29 01:47:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-29 01:47:32 +0100 |
| commit | ce73eaf7875a9a3326afcd839ad85eb95879c160 (patch) | |
| tree | c4cff45a7bada9aebf48b6e51c5dffe086045e20 /test/remake_id_test.cc | |
| parent | 0f772d68ef7fb32002538ce9ca7c9764d0d7135b (diff) | |
Cleanup: test tidying.
Diffstat (limited to 'test/remake_id_test.cc')
| -rw-r--r-- | test/remake_id_test.cc | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/test/remake_id_test.cc b/test/remake_id_test.cc index d2cd54d88..0a29f9461 100644 --- a/test/remake_id_test.cc +++ b/test/remake_id_test.cc @@ -19,24 +19,23 @@ */ -#include "lib/ffmpeg_content.h" +#include "lib/config.h" #include "lib/content_factory.h" -#include "lib/text_content.h" -#include "lib/job_manager.h" -#include "lib/film.h" #include "lib/dcp_content.h" #include "lib/examine_content_job.h" -#include "lib/config.h" +#include "lib/ffmpeg_content.h" +#include "lib/film.h" +#include "lib/job_manager.h" +#include "lib/text_content.h" #include "test.h" #include <boost/test/unit_test.hpp> #include <iostream> -using std::string; -using std::vector; -using std::shared_ptr; using std::dynamic_pointer_cast; using std::make_shared; +using std::string; +using std::vector; using boost::optional; |
