summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-04 19:59:18 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-04 19:59:18 +0100
commit162cfa083db8a5d2b74b2635f8f42a2288e177bd (patch)
tree9b7116ac9777a179702efdd0e08463bf26325529 /examples
parent90d06f82e6baefc4b9b44631755d61f36884b677 (diff)
Comment fix.
Diffstat (limited to 'examples')
-rw-r--r--examples/make_dcp.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc
index 910fb8cb..d8339171 100644
--- a/examples/make_dcp.cc
+++ b/examples/make_dcp.cc
@@ -25,9 +25,9 @@
#include <string>
/* If you are using an installed libdcp, these #includes would need to be changed to
-#include <libdcp/dcp.h>
-#include <libdcp/cpl.h>
-#include <libdcp/mono_picture_asset.h>
+#include <dcp/dcp.h>
+#include <dcp/cpl.h>
+#include <dcp/mono_picture_asset.h>
... etc. ...
*/