Revert r255444.
[oota-llvm.git] / include / llvm / Support / thread.h
index 2d130418a57fd7b79dec5ecaccf5a25f83c56264..2d1f1b3a3ec0efa2c7103be970a9ed6f6af66315 100644 (file)
@@ -43,8 +43,6 @@ typedef std::thread thread;
 
 #else // !LLVM_ENABLE_THREADS
 
-#include <utility>
-
 namespace llvm {
 
 struct thread {