diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-20 11:19:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-20 11:19:21 +0000 |
| commit | 95d1bfda7b310c70da7f8ce467b7d1eb7d02469c (patch) | |
| tree | 9e0af8348a2e6969d8e06d13f885768dcc815d2e /src/subtitle_asset.h | |
| parent | 5fdaf6d2cf0377d7a326063065c6af5adbf68a92 (diff) | |
Include trimming.
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 11 |
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: |
