summaryrefslogtreecommitdiff
path: root/src/lib/dcp_subtitle_content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dcp_subtitle_content.cc')
-rw-r--r--src/lib/dcp_subtitle_content.cc9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/dcp_subtitle_content.cc b/src/lib/dcp_subtitle_content.cc
index 9ca3750d1..d381ca7cb 100644
--- a/src/lib/dcp_subtitle_content.cc
+++ b/src/lib/dcp_subtitle_content.cc
@@ -18,19 +18,21 @@
*/
-#include "font.h"
+
#include "dcp_subtitle_content.h"
#include "film.h"
+#include "font.h"
#include "font_id_allocator.h"
#include "text_content.h"
-#include <dcp/raw_convert.h>
+#include <dcp/interop_load_font_node.h>
#include <dcp/interop_subtitle_asset.h>
+#include <dcp/raw_convert.h>
#include <dcp/smpte_subtitle_asset.h>
-#include <dcp/interop_load_font_node.h>
#include <libxml++/libxml++.h>
#include "i18n.h"
+
using std::dynamic_pointer_cast;
using std::list;
using std::make_shared;
@@ -39,6 +41,7 @@ using std::string;
using dcp::raw_convert;
using namespace dcpomatic;
+
DCPSubtitleContent::DCPSubtitleContent (boost::filesystem::path path)
: Content (path)
{