Remove redundant include.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296775 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vassil Vassilev 2017-03-02 18:04:44 +00:00
parent 3983dc252d
commit 409bc1cbe6

View File

@ -14,8 +14,6 @@
#ifndef LLVM_SUPPORT_DYNAMICLIBRARY_H
#define LLVM_SUPPORT_DYNAMICLIBRARY_H
#include "llvm/Support/Mutex.h"
#include <string>
namespace llvm {