diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-01 17:09:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-01 17:09:56 +0200 |
| commit | 1b348977ecc0a8fa31135bf2d554c3d25bafaa2f (patch) | |
| tree | 9cb81aed76476f5fcf4e0d166758cc6695494c3b /src/lib/hints.cc | |
| parent | 1478a402fbaf1b9d01af70ed81ec5e72d6a9b9a4 (diff) | |
Tidying.
Diffstat (limited to 'src/lib/hints.cc')
| -rw-r--r-- | src/lib/hints.cc | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/lib/hints.cc b/src/lib/hints.cc index ddc412e55..fe2e5889c 100644 --- a/src/lib/hints.cc +++ b/src/lib/hints.cc @@ -19,22 +19,23 @@ */ +#include "audio_analysis.h" +#include "audio_content.h" +#include "audio_processor.h" +#include "compose.hpp" +#include "content.h" +#include "cross.h" #include "dcp_content_type.h" -#include "hints.h" -#include "types.h" #include "film.h" -#include "content.h" -#include "video_content.h" -#include "text_content.h" -#include "audio_processor.h" #include "font.h" #include "font_data.h" +#include "hints.h" +#include "player.h" #include "ratio.h" -#include "audio_analysis.h" -#include "compose.hpp" +#include "text_content.h" +#include "types.h" #include "util.h" -#include "cross.h" -#include "player.h" +#include "video_content.h" #include "writer.h" #include <dcp/cpl.h> #include <dcp/raw_convert.h> |
