diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-10 00:47:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-10 00:47:30 +0100 |
| commit | da38c8a0156808595be0aae1b1490069a663fb78 (patch) | |
| tree | 27503d03848a16b4a437cacdad03e6872cd726f5 /test/vf_kdm_test.cc | |
| parent | d27598b1dcddd84fc0063dd1b67deabe164dc310 (diff) | |
Extract constants.h
Diffstat (limited to 'test/vf_kdm_test.cc')
| -rw-r--r-- | test/vf_kdm_test.cc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/test/vf_kdm_test.cc b/test/vf_kdm_test.cc index ff7c07b73..e52b11e67 100644 --- a/test/vf_kdm_test.cc +++ b/test/vf_kdm_test.cc @@ -26,14 +26,15 @@ #include "test.h" -#include "lib/film.h" -#include "lib/dcp_subtitle_content.h" -#include "lib/ratio.h" -#include "lib/dcp_content_type.h" -#include "lib/dcp_content.h" -#include "lib/ffmpeg_content.h" #include "lib/config.h" +#include "lib/constants.h" #include "lib/cross.h" +#include "lib/dcp_content.h" +#include "lib/dcp_content_type.h" +#include "lib/dcp_subtitle_content.h" +#include "lib/ffmpeg_content.h" +#include "lib/film.h" +#include "lib/ratio.h" #include "lib/screen.h" #include <dcp/cpl.h> #include <boost/test/unit_test.hpp> |
