Fix recovery of partial video MXF.
[dcpomatic.git] / src / lib / single_stream_audio_content.cc
index 52159760645ce12a5b27fcea2c650a78ef21e29b..4547ae6001da608176286475bc401f7b3e84f1c9 100644 (file)
 
 */
 
-#include <dcp/raw_convert.h>
 #include "single_stream_audio_content.h"
 #include "audio_examiner.h"
 #include "film.h"
+#include "raw_convert.h"
 
 using std::string;
 using std::cout;
 using boost::shared_ptr;
-using dcp::raw_convert;
 
 SingleStreamAudioContent::SingleStreamAudioContent (shared_ptr<const Film> f)
        : Content (f)