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/read_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/read_dcp_test.cc')
| -rw-r--r-- | test/read_dcp_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/read_dcp_test.cc b/test/read_dcp_test.cc index b28d112b..f1e9fad7 100644 --- a/test/read_dcp_test.cc +++ b/test/read_dcp_test.cc @@ -18,8 +18,8 @@ */ #include <boost/test/unit_test.hpp> -#include "dcp.h" -#include "cpl.h" +#include "dc_package.h" +#include "dc_cpl.h" using std::list; using boost::shared_ptr; |
