diff options
author | Jean-Luc Duprat <jduprat@apple.com> | 2013-03-01 21:37:24 +0000 |
---|---|---|
committer | Jean-Luc Duprat <jduprat@apple.com> | 2013-03-01 21:37:24 +0000 |
commit | 3cec0108055ffc08a5cbb3e5937e26f17e77db2c (patch) | |
tree | b89de31b6cdb63f828090425b89241b7729256cf /llvm/lib/IR/Module.cpp | |
parent | 0091e2ff00a4671e320397a3ae9f98a0d796daea (diff) | |
download | bcm5719-llvm-3cec0108055ffc08a5cbb3e5937e26f17e77db2c.tar.gz bcm5719-llvm-3cec0108055ffc08a5cbb3e5937e26f17e77db2c.zip |
Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cpp
llvm-svn: 176382
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
-rw-r--r-- | llvm/lib/IR/Module.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/Module.cpp b/llvm/lib/IR/Module.cpp index 0825bda53ba..8affcc94696 100644 --- a/llvm/lib/IR/Module.cpp +++ b/llvm/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" |