diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-17 23:34:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-17 23:34:08 +0100 |
| commit | 678dd30fea0434c6febe4badc47e7aa05ebe58bc (patch) | |
| tree | c4d170d467138425b36072f69814de0dc531a174 /src/lib | |
| parent | 6324fd5e218e4fd124772bf4ee2feafdbc3347fc (diff) | |
Cleanup: forward declaration sorting.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/film.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index f24255858..1341be8a3 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -64,20 +64,20 @@ namespace dcpomatic { class Screen; } +class AudioContent; +class AudioProcessor; +class Content; class DCPContentType; +class Film; +class Job; class Log; -class Content; class Playlist; -class AudioContent; -class AudioProcessor; class Ratio; -class Job; -class Film; +struct atmos_encrypted_passthrough_test; struct isdcf_name_test; struct isdcf_name_with_atmos; struct isdcf_name_with_ccap; struct recover_test_2d_encrypted; -struct atmos_encrypted_passthrough_test; class InfoFileHandle |
