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/digest_test.cc | |
| parent | 0f772d68ef7fb32002538ce9ca7c9764d0d7135b (diff) | |
Cleanup: test tidying.
Diffstat (limited to 'test/digest_test.cc')
| -rw-r--r-- | test/digest_test.cc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/test/digest_test.cc b/test/digest_test.cc index 59a8cb7a7..2d49768f7 100644 --- a/test/digest_test.cc +++ b/test/digest_test.cc @@ -25,11 +25,11 @@ */ -#include "lib/film.h" -#include "lib/image_content.h" -#include "lib/dcp_content_type.h" #include "lib/compose.hpp" #include "lib/config.h" +#include "lib/dcp_content_type.h" +#include "lib/film.h" +#include "lib/image_content.h" #include "test.h" #include <dcp/cpl.h> #include <dcp/reel.h> @@ -38,9 +38,8 @@ using std::list; -using std::string; -using std::shared_ptr; using std::make_shared; +using std::string; static string |
