diff options
author | Pete Cooper <peter_cooper@apple.com> | 2015-03-04 01:24:26 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2015-03-04 01:24:26 +0000 |
commit | 9f5fe4a11f9d6c31b6ce831969996732c621abb9 (patch) | |
tree | a5bb6847435c0fd7f894cf4091d27269a3fe656d /llvm/lib/MC/MCAsmInfoDarwin.cpp | |
parent | 885bd8a2c4f4703428704dda0493ab09b4443cac (diff) | |
download | bcm5719-llvm-9f5fe4a11f9d6c31b6ce831969996732c621abb9.tar.gz bcm5719-llvm-9f5fe4a11f9d6c31b6ce831969996732c621abb9.zip |
Remove MCStreamer include which isn't used here. NFC
llvm-svn: 231195
Diffstat (limited to 'llvm/lib/MC/MCAsmInfoDarwin.cpp')
-rw-r--r-- | llvm/lib/MC/MCAsmInfoDarwin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAsmInfoDarwin.cpp b/llvm/lib/MC/MCAsmInfoDarwin.cpp index a2a2504b4c8..ae9486d3db4 100644 --- a/llvm/lib/MC/MCAsmInfoDarwin.cpp +++ b/llvm/lib/MC/MCAsmInfoDarwin.cpp @@ -16,7 +16,6 @@ #include "llvm/MC/MCContext.h" #include "llvm/MC/MCExpr.h" #include "llvm/MC/MCSectionMachO.h" -#include "llvm/MC/MCStreamer.h" using namespace llvm; bool MCAsmInfoDarwin::isSectionAtomizableBySymbols( |