summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-23 17:34:13 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-23 17:34:59 +0100
commite92e5e5da28e89cb6b0b8762bff7b5b068723efe (patch)
tree2d6d4975670ba2c7650df8082f94b27fc12e59ce
parentadb6564cc2596ac0ee8387780233ba22a061ee65 (diff)
include sorting.
-rw-r--r--src/mxf.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mxf.cc b/src/mxf.cc
index acf9fed9..d0c0e151 100644
--- a/src/mxf.cc
+++ b/src/mxf.cc
@@ -37,13 +37,12 @@
*/
-#include "raw_convert.h"
+#include "dcp_assert.h"
+#include "exceptions.h"
+#include "metadata.h"
#include "mxf.h"
+#include "raw_convert.h"
#include "util.h"
-#include "metadata.h"
-#include "exceptions.h"
-#include "dcp_assert.h"
-#include "compose.hpp"
#include <asdcp/AS_DCP.h>
#include <asdcp/KM_prng.h>
#include <asdcp/KM_util.h>