aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-diff/DiffConsumer.cpp
diff options
context:
space:
mode:
authorMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 21:31:10 +0000
committerMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 21:31:10 +0000
commit62602a476ae4921d50253ea8ee51cb970c64d695 (patch)
treea9b04a69780696ecdc06cc1b4e31e7ccef69c55d /llvm/tools/llvm-diff/DiffConsumer.cpp
parent5c0ab473f26d8bfd483f0c3a67b0d92b46f7f2d7 (diff)
downloadllvm-62602a476ae4921d50253ea8ee51cb970c64d695.zip
llvm-62602a476ae4921d50253ea8ee51cb970c64d695.tar.gz
llvm-62602a476ae4921d50253ea8ee51cb970c64d695.tar.bz2
Remove redundant includes from tools.
llvm-svn: 320631
Diffstat (limited to 'llvm/tools/llvm-diff/DiffConsumer.cpp')
-rw-r--r--llvm/tools/llvm-diff/DiffConsumer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-diff/DiffConsumer.cpp b/llvm/tools/llvm-diff/DiffConsumer.cpp
index e167750..ec189df 100644
--- a/llvm/tools/llvm-diff/DiffConsumer.cpp
+++ b/llvm/tools/llvm-diff/DiffConsumer.cpp
@@ -13,7 +13,6 @@
#include "DiffConsumer.h"
#include "llvm/IR/Instructions.h"
-#include "llvm/IR/Module.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Debug.h"