Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cpp
authorJean-Luc Duprat <jduprat@apple.com>
Fri, 1 Mar 2013 21:37:24 +0000 (21:37 +0000)
committerJean-Luc Duprat <jduprat@apple.com>
Fri, 1 Mar 2013 21:37:24 +0000 (21:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176382 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/Module.cpp

index 0825bda53baccfcef8849763ba71913264bfe967..8affcc94696044f9d42338249a7eedd47856880f 100644 (file)
@@ -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"