summaryrefslogtreecommitdiff
path: root/test/vf_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-11-01 23:37:30 +0100
committerCarl Hetherington <cth@carlh.net>2021-11-04 11:44:31 +0100
commita4e3614eee78b032ad4a8a8a813a369275918974 (patch)
treedb4564f707b6e636d0067daf8167a338aee40cef /test/vf_test.cc
parent9c77426407f4fb7d07c854321d80e852e2147995 (diff)
Tidying.
Diffstat (limited to 'test/vf_test.cc')
-rw-r--r--test/vf_test.cc18
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;