summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-07-25 15:05:37 +0200
committerCarl Hetherington <cth@carlh.net>2023-07-25 15:21:39 +0200
commite0a7c171e09e2a1034f2443c7d5cf7c6b5971471 (patch)
treebc5cfa391e70dae805d5943025aba166ed63ea58 /src
parent51e97eb90d68f101cbcac720c1a30d1a55874a1b (diff)
Cleanup: forward declaration sorting.
Diffstat (limited to 'src')
-rw-r--r--src/dcp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dcp.h b/src/dcp.h
index f4b69615..d5ffa689 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -67,14 +67,14 @@ namespace dcp
{
-class PKL;
-class Content;
-class Reel;
+class Asset;
class CPL;
class CertificateChain;
+class Content;
class DecryptedKDM;
-class Asset;
+class PKL;
class ReadError;
+class Reel;
/** @class DCP