From: Vassil Vassilev Date: Thu, 2 Mar 2017 18:04:44 +0000 (+0000) Subject: Remove redundant include. X-Git-Tag: android-x86-7.1-r4~19502 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=409bc1cbe6381ad326b534d377dfadc5fdad51e7;p=android-x86%2Fexternal-llvm.git Remove redundant include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296775 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/DynamicLibrary.h b/include/llvm/Support/DynamicLibrary.h index eda98b928a6..aa9bb8938ad 100644 --- a/include/llvm/Support/DynamicLibrary.h +++ b/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 namespace llvm {