summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-08 13:34:28 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-08 13:34:28 +0100
commit582b987c4dad6eb1d2f982d45eb34a4b96f48ab5 (patch)
treed383665ba0d00885284e23780888b11721977101 /src
parent7bef0ee38cd69c01192f08d06d31048cf6181008 (diff)
Remove include of internal header.
Diffstat (limited to 'src')
-rw-r--r--src/mxf_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mxf_asset.h b/src/mxf_asset.h
index 7a20e465..763f405b 100644
--- a/src/mxf_asset.h
+++ b/src/mxf_asset.h
@@ -21,11 +21,11 @@
#define LIBDCP_MXF_ASSET_H
#include <boost/signals2.hpp>
-#include "AS_DCP.h"
#include "asset.h"
namespace ASDCP {
class AESEncContext;
+ class AESDecContext;
}
namespace libdcp