summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/ASTConsumers.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-02-26 00:01:03 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-02-26 00:01:03 +0000
commit2f65d8ce60ce6ab201aa10bfbbd8c2a64c78fdf7 (patch)
tree03a857adef2c9518c5b7dd3e43890730438bdf45 /lib/Frontend/ASTConsumers.cpp
parentf589c2ef367b804019c89945d77f64ec6adf6264 (diff)
Remove some unused includes of llvm/IR headers from parts of Clang that really
shouldn't depend on LLVM IR. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230586 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/ASTConsumers.cpp')
-rw-r--r--lib/Frontend/ASTConsumers.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Frontend/ASTConsumers.cpp b/lib/Frontend/ASTConsumers.cpp
index f53c614b0a..52776b6a84 100644
--- a/lib/Frontend/ASTConsumers.cpp
+++ b/lib/Frontend/ASTConsumers.cpp
@@ -21,7 +21,6 @@
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/SourceManager.h"
-#include "llvm/IR/Module.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Timer.h"
#include "llvm/Support/raw_ostream.h"