More libsub tweaks.
authorCarl Hetherington <cth@carlh.net>
Mon, 22 Dec 2014 01:05:52 +0000 (01:05 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 22 Dec 2014 01:05:52 +0000 (01:05 +0000)
src/lib/subrip.cc
src/lib/subrip.h

index 8a7423698d850268c7b927970831ab0a63c3029a..d622235ebc6eaf1f198b8b4f04e8c1900aea938d 100644 (file)
@@ -21,8 +21,8 @@
 #include "cross.h"
 #include "exceptions.h"
 #include "subrip_content.h"
-#include <libsub/subrip_reader.h>
-#include <libsub/collect.h>
+#include <sub/subrip_reader.h>
+#include <sub/collect.h>
 
 #include "i18n.h"
 
index 14bc360c0763d057140ed8c593c9ad901939cdca..217c03ecd585c9890d4d6dbf6b1468b1105f345b 100644 (file)
@@ -21,7 +21,7 @@
 #define DCPOMATIC_SUBRIP_H
 
 #include "subrip_subtitle.h"
-#include <libsub/subtitle.h>
+#include <sub/subtitle.h>
 
 class SubRipContent;
 class subrip_time_test;