diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-13 22:39:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-13 22:39:12 +0100 |
| commit | 3f95fcd52c923414177f3ba6d5be113522d95a55 (patch) | |
| tree | 55a0edc3becaf4637ccb1ddd0d073e7ea30c54bb /src/subtitle_asset.h | |
| parent | 75b12becd151fcea8fe1f8e0eceaefb1f61dd755 (diff) | |
Remove parse/ installed header dep.
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 8 |
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: |
