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 /tools/dcpinfo.cc | |
| parent | 22b758902ebc85b3e955606796920afb9e128eff (diff) | |
cpl.{cc,h} to dc_cpl.{cc,h} and dcp.{cc,h} to dc_package.{cc,h}
Diffstat (limited to 'tools/dcpinfo.cc')
| -rw-r--r-- | tools/dcpinfo.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dcpinfo.cc b/tools/dcpinfo.cc index 27e0603c..477159fc 100644 --- a/tools/dcpinfo.cc +++ b/tools/dcpinfo.cc @@ -17,7 +17,7 @@ */ -#include "dcp.h" +#include "dc_package.h" #include "exceptions.h" #include "reel.h" #include "sound_asset.h" @@ -29,7 +29,7 @@ #include "subtitle_string.h" #include "interop_subtitle_asset.h" #include "smpte_subtitle_asset.h" -#include "cpl.h" +#include "dc_cpl.h" #include "common.h" #include <getopt.h> #include <boost/filesystem.hpp> |
