diff options
-rw-r--r-- | llvm/include/llvm/Support/DynamicLibrary.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/DynamicLibrary.h b/llvm/include/llvm/Support/DynamicLibrary.h index eda98b928a6..aa9bb8938ad 100644 --- a/llvm/include/llvm/Support/DynamicLibrary.h +++ b/llvm/include/llvm/Support/DynamicLibrary.h @@ -14,8 +14,6 @@ #ifndef LLVM_SUPPORT_DYNAMICLIBRARY_H #define LLVM_SUPPORT_DYNAMICLIBRARY_H -#include "llvm/Support/Mutex.h" - #include <string> namespace llvm { |