Cleanup: forward declaration sorting.
authorCarl Hetherington <cth@carlh.net>
Wed, 17 Jan 2024 22:34:08 +0000 (23:34 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 Jan 2024 22:34:08 +0000 (23:34 +0100)
src/lib/film.h

index f2425585859f60c05795f9015f7a883e665d9709..1341be8a354594f40c54739dcdf52a06cc291f35 100644 (file)
@@ -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