Cleanup: header sorting.
authorCarl Hetherington <cth@carlh.net>
Fri, 6 Dec 2024 16:46:06 +0000 (17:46 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 26 Dec 2024 16:20:25 +0000 (17:20 +0100)
src/lib/content_factory.cc

index 5d36c2aeaf56bf83197e33762c718d189646257f..9f464896abada4bd56c85a991aeab540fc659bb2 100644 (file)
  */
 
 
-#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>