1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Remove unused MCExpr.h include from MCELF.h. NFC

llvm-svn: 237717
This commit is contained in:
Pete Cooper 2015-05-19 19:20:02 +00:00
parent 9888216cb2
commit c6ba6101fd

View File

@ -15,8 +15,6 @@
#ifndef LLVM_MC_MCELF_H
#define LLVM_MC_MCELF_H
#include "llvm/MC/MCExpr.h"
namespace llvm {
class MCSymbolData;