diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-16 23:02:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-16 23:02:22 +0100 |
| commit | 90a4d88bf00dc4d038621227f6878c013b289a88 (patch) | |
| tree | 6de30af6e3c11fe16f2c94657a9889f3503600af /src | |
| parent | 8c5aed0c60927ad3f22ef3b620a4c2e000316a65 (diff) | |
Cleanup: using sorting.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sound_asset.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc index e3b8e382..8002f37a 100644 --- a/src/sound_asset.cc +++ b/src/sound_asset.cc @@ -56,11 +56,12 @@ LIBDCP_ENABLE_WARNINGS #include <stdexcept> -using std::string; -using std::vector; +using std::dynamic_pointer_cast; using std::list; using std::shared_ptr; -using std::dynamic_pointer_cast; +using std::string; +using std::vector; +using boost::optional; using namespace dcp; |
