diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-07-09 20:41:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-07-11 12:22:11 +0200 |
| commit | b1e22dff981fb86ae04b12bb5a064e61030793a8 (patch) | |
| tree | ffb112f6e3f3311d8669f6a89628bf5f0bc40f2e /test/scaling_test.cc | |
| parent | 736d6bf3242a0ba3841cb765e97cf9fee3540460 (diff) | |
Use a vector rather than a list when returning from content_factory().
Diffstat (limited to 'test/scaling_test.cc')
| -rw-r--r-- | test/scaling_test.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/scaling_test.cc b/test/scaling_test.cc index c361da80b..9a3424506 100644 --- a/test/scaling_test.cc +++ b/test/scaling_test.cc @@ -25,13 +25,13 @@ */ -#include <boost/test/unit_test.hpp> +#include "lib/dcp_content_type.h" +#include "lib/film.h" #include "lib/image_content.h" #include "lib/ratio.h" -#include "lib/film.h" -#include "lib/dcp_content_type.h" #include "lib/video_content.h" #include "test.h" +#include <boost/test/unit_test.hpp> using std::string; |
