summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/read_dcp.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/read_dcp.cc b/examples/read_dcp.cc
index 565e6e4e..e5f28df1 100644
--- a/examples/read_dcp.cc
+++ b/examples/read_dcp.cc
@@ -18,8 +18,8 @@
*/
/* If you are using an installed libdcp, these #includes would need to be changed to
-#include <libdcp/dcp.h>
-#include <libdcp/picture_mxf.h>
+#include <dcp/dcp.h>
+#include <dcp/picture_mxf.h>
... etc. ...
*/