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_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_test.cc')
| -rw-r--r-- | test/dcp_test.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc index 6c5af703..557d2a8f 100644 --- a/test/dcp_test.cc +++ b/test/dcp_test.cc @@ -17,9 +17,9 @@ */ -#include "dcp.h" +#include "dc_package.h" #include "metadata.h" -#include "cpl.h" +#include "dc_cpl.h" #include "mono_picture_asset.h" #include "stereo_picture_asset.h" #include "picture_asset_writer.h" @@ -206,4 +206,3 @@ BOOST_AUTO_TEST_CASE (dcp_test4) BOOST_CHECK (!A.equals (B, dcp::dc::EqualityOptions(), boost::bind (¬e, _1, _2))); } - |
