Fix warning when assertions disabled.
[oota-llvm.git] / lib / System / Mutex.cpp
index 0b7c5b57459730d23ea9800e18a5dfeb53b74e78..3bef7ce0b02e4fd7656614b7549f13ec2af6e9fd 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "llvm/Config/config.h"
 #include "llvm/System/Mutex.h"
-#include "llvm/System/IncludeFile.h"
 
 //===----------------------------------------------------------------------===//
 //=== WARNING: Implementation here must contain only TRULY operating system