summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-06 17:46:06 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-26 17:20:25 +0100
commita8b96e31ddb5a08a7d90ec16490c2727be5f4854 (patch)
tree70b1847768a9718bc35b7f461523865b3535d4bd
parent5d9c3bcd4b3c84ba0621281728a4b39f1108c63d (diff)
Cleanup: header sorting.
-rw-r--r--src/lib/content_factory.cc16
1 files changed, 8 insertions, 8 deletions
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 <libcxml/cxml.h>
#include <dcp/filesystem.h>