From c2171eb3ffb0aaa845de15437cadf2a298f1ea61 Mon Sep 17 00:00:00 2001 From: Jean-Luc Duprat Date: Fri, 1 Mar 2013 21:37:24 +0000 Subject: [PATCH] Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cpp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176382 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/Module.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/IR/Module.cpp b/lib/IR/Module.cpp index 0825bda53ba..8affcc94696 100644 --- a/lib/IR/Module.cpp +++ b/lib/IR/Module.cpp @@ -13,7 +13,6 @@ #include "llvm/IR/Module.h" #include "SymbolTableListTraitsImpl.h" -#include "LLVMContextImpl.h" #include "llvm/ADT/DenseSet.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallString.h"