summaryrefslogtreecommitdiff
path: root/test/closed_caption_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/closed_caption_test.cc')
-rw-r--r--test/closed_caption_test.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/closed_caption_test.cc b/test/closed_caption_test.cc
index d1cb9c3e3..80effc9a0 100644
--- a/test/closed_caption_test.cc
+++ b/test/closed_caption_test.cc
@@ -18,19 +18,21 @@
*/
+
#include "lib/film.h"
-#include "lib/text_content.h"
#include "lib/string_text_file_content.h"
+#include "lib/text_content.h"
#include "test.h"
-#include <dcp/dcp.h>
#include <dcp/cpl.h>
+#include <dcp/dcp.h>
#include <dcp/reel.h>
#include <dcp/reel_closed_caption_asset.h>
#include <boost/test/unit_test.hpp>
+
using std::list;
using std::make_shared;
-using std::shared_ptr;
+
/** Basic test that Interop closed captions are written */
BOOST_AUTO_TEST_CASE (closed_caption_test1)