Move raw_convert into libdcp.
[dcpomatic.git] / src / lib / content.cc
index 9c7e790402c157aa7ffec1ad20a7b1e79e30948d..0fd503edd5134a8a809a579801e2b23bbab1381f 100644 (file)
@@ -29,7 +29,7 @@
 #include "film.h"
 #include "job.h"
 #include "compose.hpp"
-#include "raw_convert.h"
+#include <dcp/raw_convert.h>
 #include <libcxml/cxml.h>
 #include <libxml++/libxml++.h>
 #include <boost/thread/mutex.hpp>
@@ -44,6 +44,7 @@ using std::vector;
 using std::max;
 using std::pair;
 using boost::shared_ptr;
+using dcp::raw_convert;
 
 int const ContentProperty::PATH = 400;
 int const ContentProperty::POSITION = 401;