Sort some using statements.
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Nov 2021 21:14:31 +0000 (22:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Nov 2021 21:17:10 +0000 (22:17 +0100)
src/lib/player_video.cc

index 4cc536bb7530583639e14e3ff7c6270549daf947..747bedc76a4e77d1d3481e9daf10973dde661505 100644 (file)
@@ -35,12 +35,12 @@ extern "C" {
 
 using std::cout;
 using std::dynamic_pointer_cast;
+using std::function;
 using std::make_shared;
 using std::shared_ptr;
 using std::string;
 using std::weak_ptr;
 using boost::optional;
-using std::function;
 using dcp::Data;
 using dcp::raw_convert;