From a8b96e31ddb5a08a7d90ec16490c2727be5f4854 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 6 Dec 2024 17:46:06 +0100 Subject: Cleanup: header sorting. --- src/lib/content_factory.cc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/lib/content_factory.cc b/src/lib/content_factory.cc index 5d36c2aea..9f464896a 100644 --- a/src/lib/content_factory.cc +++ b/src/lib/content_factory.cc @@ -24,20 +24,20 @@ */ -#include "ffmpeg_content.h" -#include "audio_content.h" -#include "image_content.h" #include "atmos_mxf_content.h" -#include "string_text_file_content.h" +#include "audio_content.h" #include "dcp_content.h" #include "dcp_subtitle_content.h" -#include "util.h" +#include "dcpomatic_log.h" #include "ffmpeg_audio_stream.h" -#include "video_mxf_content.h" +#include "ffmpeg_content.h" #include "film.h" -#include "log_entry.h" -#include "dcpomatic_log.h" +#include "image_content.h" #include "log.h" +#include "log_entry.h" +#include "string_text_file_content.h" +#include "util.h" +#include "video_mxf_content.h" #include "compose.hpp" #include #include -- cgit v1.2.3