X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fclosed_caption_test.cc;h=80effc9a0c0c99e0652eca18c2fea378aa246ba0;hb=ce73eaf7875a9a3326afcd839ad85eb95879c160;hp=d1cb9c3e31b30069386ddb2ba665617764023d1c;hpb=0f772d68ef7fb32002538ce9ca7c9764d0d7135b;p=dcpomatic.git 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 #include +#include #include #include #include + 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)