summaryrefslogtreecommitdiff
path: root/test/dcp_font_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-05 19:13:12 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-05 19:13:12 +0000
commitd7965cce4c5f95da7971bce6f800739a4cd2f17d (patch)
treebcf0c244de7e00157874e3aebaa57aaa7a898212 /test/dcp_font_test.cc
parent22b758902ebc85b3e955606796920afb9e128eff (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.cc4
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"