From 8ca7ea422970b7a300399f274c68ac56e914bdcc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 7 Nov 2023 15:05:00 +0100 Subject: [PATCH] Cleanup: using sorting. --- src/mono_picture_asset.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mono_picture_asset.cc b/src/mono_picture_asset.cc index cc24e198..a72fd7d4 100644 --- a/src/mono_picture_asset.cc +++ b/src/mono_picture_asset.cc @@ -50,13 +50,13 @@ #include -using std::string; -using std::vector; +using std::dynamic_pointer_cast; using std::list; +using std::make_shared; using std::pair; using std::shared_ptr; -using std::dynamic_pointer_cast; -using std::make_shared; +using std::string; +using std::vector; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; #endif -- 2.30.2