From 11456e09fd0a18ff9bd4c8421514b707d5d0c2fe Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 14 Aug 2024 00:11:18 +0200 Subject: Cleanup: header/using sorting. --- src/lib/dcp_subtitle_content.cc | 9 ++++++--- src/lib/video_mxf_content.cc | 16 ++++++++-------- 2 files changed, 14 insertions(+), 11 deletions(-) (limited to 'src/lib') diff --git a/src/lib/dcp_subtitle_content.cc b/src/lib/dcp_subtitle_content.cc index 9ca3750d1..d381ca7cb 100644 --- a/src/lib/dcp_subtitle_content.cc +++ b/src/lib/dcp_subtitle_content.cc @@ -18,19 +18,21 @@ */ -#include "font.h" + #include "dcp_subtitle_content.h" #include "film.h" +#include "font.h" #include "font_id_allocator.h" #include "text_content.h" -#include +#include #include +#include #include -#include #include #include "i18n.h" + using std::dynamic_pointer_cast; using std::list; using std::make_shared; @@ -39,6 +41,7 @@ using std::string; using dcp::raw_convert; using namespace dcpomatic; + DCPSubtitleContent::DCPSubtitleContent (boost::filesystem::path path) : Content (path) { diff --git a/src/lib/video_mxf_content.cc b/src/lib/video_mxf_content.cc index eeee6222c..822d37214 100644 --- a/src/lib/video_mxf_content.cc +++ b/src/lib/video_mxf_content.cc @@ -19,25 +19,25 @@ */ -#include "video_mxf_examiner.h" -#include "video_mxf_content.h" -#include "video_content.h" -#include "job.h" -#include "film.h" #include "compose.hpp" +#include "film.h" +#include "job.h" +#include "video_content.h" +#include "video_mxf_content.h" +#include "video_mxf_examiner.h" #include +#include #include #include -#include #include #include "i18n.h" using std::list; -using std::string; -using std::shared_ptr; using std::make_shared; +using std::shared_ptr; +using std::string; using namespace dcpomatic; -- cgit v1.2.3