summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.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/subtitle_asset.cc
parentd0c41db8b5c3b1548faf6e11562c59a6161e16c6 (diff)
Cleanup: sorting.
Diffstat (limited to 'src/subtitle_asset.cc')
-rw-r--r--src/subtitle_asset.cc12
1 files changed, 6 insertions, 6 deletions
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 <asdcp/AS_DCP.h>
#include <asdcp/KM_util.h>
#include <libxml++/nodes/element.h>