From 3be26a66645de04c7b220abeebfd2f024990a696 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 6 Oct 2023 02:03:48 +0200 Subject: Cleanup: sorting. --- src/atmos_asset_writer.cc | 6 +++--- src/subtitle_asset.cc | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src') 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 diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc index 2a8d5c5d..4deb366a 100644 --- a/src/subtitle_asset.cc +++ b/src/subtitle_asset.cc @@ -37,17 +37,17 @@ */ -#include "raw_convert.h" #include "compose.hpp" +#include "dcp_assert.h" +#include "load_font_node.h" +#include "raw_convert.h" +#include "reel_asset.h" #include "subtitle_asset.h" #include "subtitle_asset_internal.h" +#include "subtitle_image.h" +#include "subtitle_string.h" #include "util.h" #include "xml.h" -#include "subtitle_string.h" -#include "subtitle_image.h" -#include "dcp_assert.h" -#include "load_font_node.h" -#include "reel_asset.h" #include #include #include -- cgit v1.2.3