diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-15 01:06:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-15 23:24:56 +0200 |
| commit | c080192cf7bd5b92ae4a929fd5dc5ae55ae9c754 (patch) | |
| tree | 04210464b372405dcbd905e2228bd4bab441b9dc | |
| parent | 555f768e574e8cdb8a071a708e7dcfbf9a61080f (diff) | |
Cleanup: sort some using statements.
| -rw-r--r-- | src/wx/content_advanced_dialog.cc | 4 |
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 |
