X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Freels_test.cc;h=618a5b29b6276fd93247de5322c36b9ce7b15d66;hb=b915348a8288d68e2ff114fb3dd89ad22e699969;hp=db974d38463cb452148416fb81b6063b341e409e;hpb=94ab538738526948c5a52ed1222be1e484255541;p=dcpomatic.git diff --git a/test/reels_test.cc b/test/reels_test.cc index db974d384..618a5b29b 100644 --- a/test/reels_test.cc +++ b/test/reels_test.cc @@ -25,27 +25,27 @@ */ -#include "lib/film.h" -#include "lib/ratio.h" +#include "lib/content_factory.h" +#include "lib/dcp_content.h" +#include "lib/dcp_content_type.h" #include "lib/ffmpeg_content.h" +#include "lib/film.h" #include "lib/image_content.h" -#include "lib/dcp_content_type.h" -#include "lib/dcp_content.h" -#include "lib/video_content.h" +#include "lib/ratio.h" #include "lib/string_text_file_content.h" -#include "lib/content_factory.h" +#include "lib/video_content.h" #include "test.h" #include #include -using std::list; using std::cout; -using std::vector; -using std::string; -using std::shared_ptr; -using std::make_shared; using std::function; +using std::list; +using std::make_shared; +using std::shared_ptr; +using std::string; +using std::vector; using namespace dcpomatic;