Use uchardet to guess encoding of subtitle files and reject non-UTF-8.
[dcpomatic.git] / src / lib / decoder.h
index c93069882af4b1d01c5f0d371b7ab92c74f96aa1..8378373c6e0e29c8c4ed45943a30a6817651ed2e 100644 (file)
@@ -26,8 +26,6 @@
 
 #include "types.h"
 #include "dcpomatic_time.h"
-#include <boost/shared_ptr.hpp>
-#include <boost/weak_ptr.hpp>
 #include <boost/utility.hpp>
 
 class Decoded;