Cleanup: sort some using statements.
authorCarl Hetherington <cth@carlh.net>
Fri, 14 Oct 2022 23:06:49 +0000 (01:06 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 15 Oct 2022 21:24:56 +0000 (23:24 +0200)
src/wx/content_advanced_dialog.cc

index b860b2aad975fca3b6c5361e64bddc3d2ef03413..567a7c50350dd616eefbb268897da3a96e03fb56 100644 (file)
@@ -41,12 +41,12 @@ LIBDCP_ENABLE_WARNINGS
 #include <boost/bind/bind.hpp>
 
 
+using std::dynamic_pointer_cast;
+using std::shared_ptr;
 using std::string;
 using std::vector;
 using boost::bind;
-using std::dynamic_pointer_cast;
 using boost::optional;
-using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif