Move raw_convert into libdcp.
[dcpomatic.git] / src / lib / image_filename_sorter.cc
index f58abba157532701536d3e43c7291df5e8bee67a..25a8acb3da5455af942c5774af88c0876c1fe3a5 100644 (file)
 
 */
 
-#include "raw_convert.h"
 #include "image_filename_sorter.h"
+#include <dcp/raw_convert.h>
 #include <boost/filesystem.hpp>
 #include <boost/foreach.hpp>
 #include <iostream>
 
 using std::list;
+using dcp::raw_convert;
 
 bool
 ImageFilenameSorter::operator() (boost::filesystem::path a, boost::filesystem::path b)