diff options
| author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:31:17 +0000 |
|---|---|---|
| committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:31:17 +0000 |
| commit | caf9ea6aa049f6d3e1afb033fa08371702a4c740 (patch) | |
| tree | d25dec5b7ff2a324ca6c7f596de9a4a7163d148c /llvm/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp | |
| parent | a859bd9ced180c684566f80999b775715577c068 (diff) | |
| download | bcm5719-llvm-caf9ea6aa049f6d3e1afb033fa08371702a4c740.tar.gz bcm5719-llvm-caf9ea6aa049f6d3e1afb033fa08371702a4c740.zip | |
Remove redundant includes from lib/Target/ARM.
llvm-svn: 320635
Diffstat (limited to 'llvm/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp b/llvm/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp index 5516a1bdb03..6259c98321f 100644 --- a/llvm/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp +++ b/llvm/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp @@ -10,7 +10,6 @@ #include "ARMMCExpr.h" #include "MCTargetDesc/ARMMCTargetDesc.h" #include "llvm-c/Disassembler.h" -#include "llvm/MC/MCContext.h" #include "llvm/MC/MCDisassembler/MCRelocationInfo.h" #include "llvm/MC/MCExpr.h" |

