summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmInfoDarwin.cpp
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2015-03-04 01:24:26 +0000
committerPete Cooper <peter_cooper@apple.com>2015-03-04 01:24:26 +0000
commit9f5fe4a11f9d6c31b6ce831969996732c621abb9 (patch)
treea5bb6847435c0fd7f894cf4091d27269a3fe656d /llvm/lib/MC/MCAsmInfoDarwin.cpp
parent885bd8a2c4f4703428704dda0493ab09b4443cac (diff)
downloadbcm5719-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.cpp1
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(
OpenPOWER on IntegriCloud