Remove include of internal header.
authorCarl Hetherington <cth@carlh.net>
Mon, 8 Jul 2013 12:34:28 +0000 (13:34 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 8 Jul 2013 12:34:28 +0000 (13:34 +0100)
src/mxf_asset.h

index 7a20e4657a0c18369d751fa7ba055636ba222507..763f405bdf687c2f52b894dcc2cb43cfc06b1372 100644 (file)
 #define LIBDCP_MXF_ASSET_H
 
 #include <boost/signals2.hpp>
-#include "AS_DCP.h"
 #include "asset.h"
 
 namespace ASDCP {
        class AESEncContext;
+       class AESDecContext;
 }
 
 namespace libdcp