summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/subtitle_asset.h')
-rw-r--r--src/subtitle_asset.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h
index 2da1ce7b..a76a3076 100644
--- a/src/subtitle_asset.h
+++ b/src/subtitle_asset.h
@@ -17,14 +17,21 @@
*/
+#include <libcxml/cxml.h>
#include "asset.h"
-#include "xml.h"
#include "dcp_time.h"
-#include "parse/subtitle.h"
namespace libdcp
{
+namespace parse
+{
+ class Font;
+ class Text;
+ class Subtitle;
+ class LoadFont;
+}
+
class Subtitle
{
public: