summaryrefslogtreecommitdiff
path: root/src/wx/content_advanced_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-15 01:06:49 +0200
committerCarl Hetherington <cth@carlh.net>2022-10-15 23:24:56 +0200
commitc080192cf7bd5b92ae4a929fd5dc5ae55ae9c754 (patch)
tree04210464b372405dcbd905e2228bd4bab441b9dc /src/wx/content_advanced_dialog.cc
parent555f768e574e8cdb8a071a708e7dcfbf9a61080f (diff)
Cleanup: sort some using statements.
Diffstat (limited to 'src/wx/content_advanced_dialog.cc')
-rw-r--r--src/wx/content_advanced_dialog.cc4
1 files changed, 2 insertions, 2 deletions
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 <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