summaryrefslogtreecommitdiff
path: root/src/atmos_asset_writer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-10-06 02:03:48 +0200
committerCarl Hetherington <cth@carlh.net>2023-10-06 02:03:48 +0200
commit3be26a66645de04c7b220abeebfd2f024990a696 (patch)
tree2cbbe6e56235c119b8dad939a3ed2bddd9e35717 /src/atmos_asset_writer.cc
parentd0c41db8b5c3b1548faf6e11562c59a6161e16c6 (diff)
Cleanup: sorting.
Diffstat (limited to 'src/atmos_asset_writer.cc')
-rw-r--r--src/atmos_asset_writer.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/atmos_asset_writer.cc b/src/atmos_asset_writer.cc
index 957bd4cb..9d7363d0 100644
--- a/src/atmos_asset_writer.cc
+++ b/src/atmos_asset_writer.cc
@@ -37,12 +37,12 @@
*/
-#include "atmos_asset_writer.h"
#include "atmos_asset.h"
-#include "exceptions.h"
-#include "dcp_assert.h"
+#include "atmos_asset_writer.h"
#include "compose.hpp"
#include "crypto_context.h"
+#include "dcp_assert.h"
+#include "exceptions.h"
#include <asdcp/AS_DCP.h>