X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Fvideo_mxf_content_test.cc;h=5edb858820b1dbbae3dd58a1dd9b992a6535899d;hp=ca304071682541fdf77383087c1362cf98035dd2;hb=ce73eaf7875a9a3326afcd839ad85eb95879c160;hpb=0f772d68ef7fb32002538ce9ca7c9764d0d7135b diff --git a/test/video_mxf_content_test.cc b/test/video_mxf_content_test.cc index ca3040716..5edb85882 100644 --- a/test/video_mxf_content_test.cc +++ b/test/video_mxf_content_test.cc @@ -26,19 +26,18 @@ -#include "lib/film.h" -#include "lib/video_mxf_content.h" #include "lib/content_factory.h" #include "lib/dcp_content_type.h" +#include "lib/film.h" #include "lib/ratio.h" +#include "lib/video_mxf_content.h" #include "test.h" #include #include -using std::make_shared; -using std::shared_ptr; using std::dynamic_pointer_cast; +using std::make_shared; static boost::filesystem::path ref_mxf = "test/data/scaling_test_185_185/j2c_6a2ffab1-9ea5-4428-9027-9d458363c95f.mxf";