diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-23 17:34:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-23 17:34:59 +0100 |
| commit | e92e5e5da28e89cb6b0b8762bff7b5b068723efe (patch) | |
| tree | 2d6d4975670ba2c7650df8082f94b27fc12e59ce | |
| parent | adb6564cc2596ac0ee8387780233ba22a061ee65 (diff) | |
include sorting.
| -rw-r--r-- | src/mxf.cc | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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> |
