X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2F4k_test.cc;h=86cb0275b54e7456b22f3459ad0a930e7f15018a;hb=e002d31ac51e80bb1d008c198b864dfcb2b30cb3;hp=4db576cfc0d1db1f4c2aa464b2144b492242ab5c;hpb=39fb8198febde1937019db1c300ec363aab5aa56;p=dcpomatic.git diff --git a/test/4k_test.cc b/test/4k_test.cc index 4db576cfc..86cb0275b 100644 --- a/test/4k_test.cc +++ b/test/4k_test.cc @@ -29,17 +29,16 @@ */ -#include -#include "lib/film.h" -#include "lib/ffmpeg_content.h" #include "lib/dcp_content_type.h" -#include "lib/video_content.h" -#include "lib/ratio.h" #include "lib/dcpomatic_log.h" +#include "lib/ffmpeg_content.h" +#include "lib/film.h" +#include "lib/ratio.h" +#include "lib/video_content.h" #include "test.h" +#include -using std::shared_ptr; using std::make_shared;