From: Carl Hetherington Date: Fri, 14 Oct 2022 23:06:49 +0000 (+0200) Subject: Cleanup: sort some using statements. X-Git-Tag: v2.16.31~12^2~4 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=c080192cf7bd5b92ae4a929fd5dc5ae55ae9c754 Cleanup: sort some using statements. --- diff --git a/src/wx/content_advanced_dialog.cc b/src/wx/content_advanced_dialog.cc index b860b2aad..567a7c503 100644 --- a/src/wx/content_advanced_dialog.cc +++ b/src/wx/content_advanced_dialog.cc @@ -41,12 +41,12 @@ LIBDCP_ENABLE_WARNINGS #include +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