summaryrefslogtreecommitdiff
path: root/src/lib/video_mxf_content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-08-14 00:11:18 +0200
committerCarl Hetherington <cth@carlh.net>2024-08-14 00:16:10 +0200
commit11456e09fd0a18ff9bd4c8421514b707d5d0c2fe (patch)
treea2657bbe0f3183dfb58e615918964b99d6b59ea6 /src/lib/video_mxf_content.cc
parent0880ffd9eee7630fabc320024e6b293fb98b7b65 (diff)
Cleanup: header/using sorting.
Diffstat (limited to 'src/lib/video_mxf_content.cc')
-rw-r--r--src/lib/video_mxf_content.cc16
1 files changed, 8 insertions, 8 deletions
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 <asdcp/KM_log.h>
+#include <dcp/exceptions.h>
#include <dcp/mono_j2k_picture_asset.h>
#include <dcp/stereo_j2k_picture_asset.h>
-#include <dcp/exceptions.h>
#include <libxml++/libxml++.h>
#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;