Remove MCStreamer.h include from MCContext.h and explictly include it where necessary. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231193 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Pete Cooper
2015-03-04 01:24:11 +00:00
parent 41cf463348
commit 05be9b1a5e
7 changed files with 6 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCStreamer.h"
using namespace llvm;