summaryrefslogtreecommitdiff
path: root/src/reel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-07-25 14:58:02 +0200
committerCarl Hetherington <cth@carlh.net>2023-07-25 15:21:39 +0200
commit51e97eb90d68f101cbcac720c1a30d1a55874a1b (patch)
tree73cac1abda9e0f83df363d710095842056803a08 /src/reel.cc
parenta1e7f77e8fcfd71cc8bf94d13ceb2decbacc3b50 (diff)
Cleanup: include sorting.
Diffstat (limited to 'src/reel.cc')
-rw-r--r--src/reel.cc30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/reel.cc b/src/reel.cc
index 454028cd..33a852cc 100644
--- a/src/reel.cc
+++ b/src/reel.cc
@@ -37,28 +37,28 @@
*/
-#include "reel.h"
-#include "util.h"
-#include "picture_asset.h"
+#include "decrypted_kdm.h"
+#include "decrypted_kdm_key.h"
+#include "interop_subtitle_asset.h"
#include "mono_picture_asset.h"
-#include "stereo_picture_asset.h"
-#include "sound_asset.h"
-#include "subtitle_asset.h"
-#include "reel_mono_picture_asset.h"
-#include "reel_stereo_picture_asset.h"
-#include "reel_sound_asset.h"
+#include "picture_asset.h"
+#include "reel.h"
+#include "reel_atmos_asset.h"
+#include "reel_closed_caption_asset.h"
#include "reel_interop_closed_caption_asset.h"
#include "reel_interop_subtitle_asset.h"
+#include "reel_markers_asset.h"
+#include "reel_mono_picture_asset.h"
#include "reel_smpte_closed_caption_asset.h"
#include "reel_smpte_subtitle_asset.h"
+#include "reel_sound_asset.h"
+#include "reel_stereo_picture_asset.h"
#include "reel_subtitle_asset.h"
-#include "reel_markers_asset.h"
-#include "decrypted_kdm_key.h"
-#include "decrypted_kdm.h"
-#include "interop_subtitle_asset.h"
#include "smpte_subtitle_asset.h"
-#include "reel_atmos_asset.h"
-#include "reel_closed_caption_asset.h"
+#include "sound_asset.h"
+#include "stereo_picture_asset.h"
+#include "subtitle_asset.h"
+#include "util.h"
#include <libxml++/nodes/element.h>
#include <stdint.h>