diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-05 19:13:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-05 19:13:12 +0000 |
| commit | d7965cce4c5f95da7971bce6f800739a4cd2f17d (patch) | |
| tree | bcf0c244de7e00157874e3aebaa57aaa7a898212 /test/dcp_font_test.cc | |
| parent | 22b758902ebc85b3e955606796920afb9e128eff (diff) | |
cpl.{cc,h} to dc_cpl.{cc,h} and dcp.{cc,h} to dc_package.{cc,h}
Diffstat (limited to 'test/dcp_font_test.cc')
| -rw-r--r-- | test/dcp_font_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dcp_font_test.cc b/test/dcp_font_test.cc index c8dc81b8..7abecc11 100644 --- a/test/dcp_font_test.cc +++ b/test/dcp_font_test.cc @@ -19,8 +19,8 @@ #include "interop_subtitle_asset.h" #include "smpte_subtitle_asset.h" -#include "dcp.h" -#include "cpl.h" +#include "dc_package.h" +#include "dc_cpl.h" #include "test.h" #include "reel.h" #include "util.h" |
