Mark .exr as a valid image file.
[dcpomatic.git] / src / lib / update_checker.cc
index 58bc7c1b7436d6743615a56a5da7e3176cebe818..8aeca030bf79f8ba4a7a599ebcce4bf1e11bda88 100644 (file)
@@ -20,9 +20,8 @@
 
 #include "update_checker.h"
 #include "version.h"
-#include "safe_stringstream.h"
 #include "util.h"
-#include "raw_convert.h"
+#include <dcp/raw_convert.h>
 #include <libcxml/cxml.h>
 #include <curl/curl.h>
 #include <boost/algorithm/string.hpp>
@@ -37,6 +36,7 @@ using std::string;
 using std::vector;
 using boost::is_any_of;
 using boost::ends_with;
+using dcp::raw_convert;
 
 /** Singleton instance */
 UpdateChecker* UpdateChecker::_instance = 0;