diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-07 13:52:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-08 23:07:12 +0100 |
| commit | a9d09f2a6145aa62fc64b957c3bd7a310f774107 (patch) | |
| tree | 2b1a145fae17e72acf74bbd87b64f317f62cf221 | |
| parent | c6e6c6aec0aeec22259d525fdf686ac26c115214 (diff) | |
Cleanup: header sorting.
| -rw-r--r-- | src/asset_factory.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/asset_factory.cc b/src/asset_factory.cc index 1f830cce..d326ba68 100644 --- a/src/asset_factory.cc +++ b/src/asset_factory.cc @@ -37,14 +37,14 @@ */ +#include "asset_factory.h" +#include "atmos_asset.h" +#include "compose.hpp" #include "mono_picture_asset.h" -#include "stereo_picture_asset.h" +#include "smpte_subtitle_asset.h" #include "sound_asset.h" #include "stereo_picture_asset.h" -#include "smpte_subtitle_asset.h" -#include "atmos_asset.h" -#include "compose.hpp" -#include "asset_factory.h" +#include "stereo_picture_asset.h" #include <memory> |
