summaryrefslogtreecommitdiff
path: root/test/encryption_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-28 23:12:42 +0200
committerCarl Hetherington <cth@carlh.net>2024-08-17 12:57:31 +0200
commit8e43142645252daeeaccbad7b9f3ed746c4b2382 (patch)
tree6c029caa9f0c961087ec6145da0bbbb8abf17146 /test/encryption_test.cc
parent06c28c700f0a398a3289c4adfa83ceb2d0fc999d (diff)
{,Interop,SMPTE}SubtitleAsset -> {,Interop,SMPTE}TextAsset.
Diffstat (limited to 'test/encryption_test.cc')
-rw-r--r--test/encryption_test.cc19
1 files changed, 10 insertions, 9 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc
index c8722907..3af0e24d 100644
--- a/test/encryption_test.cc
+++ b/test/encryption_test.cc
@@ -31,23 +31,24 @@
files in the program, then also delete it here.
*/
-#include "metadata.h"
+
#include "certificate.h"
-#include "dcp.h"
#include "certificate_chain.h"
#include "cpl.h"
+#include "dcp.h"
+#include "decrypted_kdm.h"
+#include "encrypted_kdm.h"
#include "filesystem.h"
-#include "mono_j2k_picture_asset.h"
#include "j2k_picture_asset_writer.h"
-#include "sound_asset_writer.h"
-#include "sound_asset.h"
+#include "metadata.h"
+#include "mono_j2k_picture_asset.h"
#include "reel.h"
-#include "test.h"
-#include "subtitle_asset.h"
#include "reel_mono_picture_asset.h"
#include "reel_sound_asset.h"
-#include "encrypted_kdm.h"
-#include "decrypted_kdm.h"
+#include "sound_asset.h"
+#include "sound_asset_writer.h"
+#include "test.h"
+#include "text_asset.h"
#include <asdcp/KM_util.h>
#include <sndfile.h>
#include <boost/test/unit_test.hpp>