diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-22 01:05:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-22 01:05:52 +0000 |
| commit | c8aaf58936988fd011b23997019ae7b35561f763 (patch) | |
| tree | 0cbc3c47308afed5010fe1dae40fb6a45afd9c0d /src | |
| parent | f1a0edac50709ddf6fc1719dd4e1be8c760a8cc8 (diff) | |
More libsub tweaks.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/subrip.cc | 4 | ||||
| -rw-r--r-- | src/lib/subrip.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/subrip.cc b/src/lib/subrip.cc index 8a7423698..d622235eb 100644 --- a/src/lib/subrip.cc +++ b/src/lib/subrip.cc @@ -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" diff --git a/src/lib/subrip.h b/src/lib/subrip.h index 14bc360c0..217c03ecd 100644 --- a/src/lib/subrip.h +++ b/src/lib/subrip.h @@ -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; |
