C++11 tidying.
[dcpomatic.git] / src / lib / cross.h
index d8f0e56a565ab397092ca6408675fd997890120d..b70d84a0e23111012a4d7084286d55fbeaf3840e 100644 (file)
@@ -31,7 +31,6 @@
 #include <boost/filesystem.hpp>
 #include <boost/thread/mutex.hpp>
 #include <boost/optional.hpp>
-#include <boost/function.hpp>
 
 #ifdef DCPOMATIC_WINDOWS
 #define WEXITSTATUS(w) (w)
@@ -67,6 +66,10 @@ extern bool running_32_on_64 ();
 extern void unprivileged ();
 extern boost::filesystem::path config_path ();
 extern boost::filesystem::path directory_containing_executable ();
+extern boost::filesystem::path fix_long_path (boost::filesystem::path path);
+namespace dcpomatic {
+       std::string get_process_id ();
+}
 
 class PrivilegeEscalator
 {