diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-01 23:37:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-01 23:37:30 +0100 |
| commit | a2f0cf47c69798723c2a45282b2ea65c3f064fd6 (patch) | |
| tree | 56bc990de0d5b4006d07691eca5c5bd0b4031b3a /test | |
| parent | eb8b8cf6d9eef1d8673c4693b5750e01a9dd774a (diff) | |
Tidying.
Diffstat (limited to 'test')
| -rw-r--r-- | test/vf_test.cc | 18 |
1 files 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 <dcp/cpl.h> #include <dcp/reel.h> @@ -42,12 +42,12 @@ #include <iostream> -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; |
