diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-07 15:05:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-08 23:07:18 +0100 |
| commit | 8ca7ea422970b7a300399f274c68ac56e914bdcc (patch) | |
| tree | 7cd2ec0007201c8e47a43552ed468ba9b526ea54 /src | |
| parent | a9d09f2a6145aa62fc64b957c3bd7a310f774107 (diff) | |
Cleanup: using sorting.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mono_picture_asset.cc | 8 |
1 files 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 <asdcp/KM_fileio.h> -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 |
