summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-13 22:39:12 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-13 22:39:12 +0100
commit3f95fcd52c923414177f3ba6d5be113522d95a55 (patch)
tree55a0edc3becaf4637ccb1ddd0d073e7ea30c54bb /src/subtitle_asset.h
parent75b12becd151fcea8fe1f8e0eceaefb1f61dd755 (diff)
Remove parse/ installed header dep.
Diffstat (limited to 'src/subtitle_asset.h')
-rw-r--r--src/subtitle_asset.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h
index 2da1ce7b..40f0f44f 100644
--- a/src/subtitle_asset.h
+++ b/src/subtitle_asset.h
@@ -20,11 +20,17 @@
#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: