summaryrefslogtreecommitdiff
path: root/src/lib/dcp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dcp.cc')
-rw-r--r--src/lib/dcp.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dcp.cc b/src/lib/dcp.cc
index 2f56a4ee7..8baf489d1 100644
--- a/src/lib/dcp.cc
+++ b/src/lib/dcp.cc
@@ -34,8 +34,8 @@
using std::list;
using std::string;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
/** Find all the CPLs in our directories, cross-add assets and return the CPLs */