Tidying.
authorCarl Hetherington <cth@carlh.net>
Mon, 1 Nov 2021 22:37:30 +0000 (23:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 Nov 2021 22:37:30 +0000 (23:37 +0100)
test/vf_test.cc

index 4db48dd60071c83b5838323169eb4c16e361a26f..810c87a9eb73ee4912aafbc1fabfed48687ee176 100644 (file)
  */
 
 
-#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>
 #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;