From a2f0cf47c69798723c2a45282b2ea65c3f064fd6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 1 Nov 2021 23:37:30 +0100 Subject: [PATCH] Tidying. --- test/vf_test.cc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/test/vf_test.cc b/test/vf_test.cc index 4db48dd60..810c87a9e 100644 --- a/test/vf_test.cc +++ b/test/vf_test.cc @@ -25,14 +25,14 @@ */ -#include "lib/film.h" -#include "lib/dcp_content.h" -#include "lib/ffmpeg_content.h" #include "lib/content_factory.h" +#include "lib/dcp_content.h" #include "lib/dcp_content_type.h" -#include "lib/video_content.h" -#include "lib/referenced_reel_asset.h" +#include "lib/ffmpeg_content.h" +#include "lib/film.h" #include "lib/player.h" +#include "lib/referenced_reel_asset.h" +#include "lib/video_content.h" #include "test.h" #include #include @@ -42,12 +42,12 @@ #include -using std::list; -using std::string; using std::cout; -using std::shared_ptr; -using std::make_shared; using std::dynamic_pointer_cast; +using std::list; +using std::make_shared; +using std::shared_ptr; +using std::string; using namespace dcpomatic; -- 2.30.2