diff options
Diffstat (limited to 'llvm/lib/VMCore/LLVMContext.cpp')
-rw-r--r-- | llvm/lib/VMCore/LLVMContext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/LLVMContext.cpp b/llvm/lib/VMCore/LLVMContext.cpp index 3b4a1a3a155..3e326050fca 100644 --- a/llvm/lib/VMCore/LLVMContext.cpp +++ b/llvm/lib/VMCore/LLVMContext.cpp @@ -19,7 +19,6 @@ #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/ValueHandle.h" #include "LLVMContextImpl.h" -#include <set> using namespace llvm; |