]> git.sesse.net Git - casparcg/blobdiff - common/future.h
Move from boost::thread to std::thread for nearly everything.
[casparcg] / common / future.h
index 65bea20b56b42e347a2fe89a841fa2b7d4adb5f1..52498f9fe4992ab7675737cbba41ec7bdc5fb9d4 100644 (file)
@@ -1,6 +1,5 @@
 #pragma once
 
-#include <boost/thread/mutex.hpp>
 #include <boost/function.hpp>
 #include <boost/optional.hpp>
 
@@ -54,4 +53,4 @@ static std::future<void> make_ready_future()
        return p.get_future();
 }
 
-}
\ No newline at end of file
+}