OSDN Git Service

Remove unused MCExpr.h include from MCELF.h. NFC
authorPete Cooper <peter_cooper@apple.com>
Tue, 19 May 2015 19:20:02 +0000 (19:20 +0000)
committerPete Cooper <peter_cooper@apple.com>
Tue, 19 May 2015 19:20:02 +0000 (19:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237717 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCELF.h

index 294a51b..f409988 100644 (file)
@@ -15,8 +15,6 @@
 #ifndef LLVM_MC_MCELF_H
 #define LLVM_MC_MCELF_H
 
-#include "llvm/MC/MCExpr.h"
-
 namespace llvm {
 class MCSymbolData;