From: Pete Cooper Date: Wed, 4 Mar 2015 01:24:24 +0000 (+0000) Subject: This file should always have included MCAssembler and not MCStreamer. NFC X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ba7c430522d1b998addc60ff2b0429a88cafcc90;p=oota-llvm.git This file should always have included MCAssembler and not MCStreamer. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231194 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/MCLinkerOptimizationHint.cpp b/lib/MC/MCLinkerOptimizationHint.cpp index 7739878dc31..8db22dc56e1 100644 --- a/lib/MC/MCLinkerOptimizationHint.cpp +++ b/lib/MC/MCLinkerOptimizationHint.cpp @@ -9,7 +9,7 @@ #include "llvm/MC/MCLinkerOptimizationHint.h" #include "llvm/MC/MCAsmLayout.h" -#include "llvm/MC/MCStreamer.h" +#include "llvm/MC/MCAssembler.h" #include "llvm/Support/LEB128.h" using namespace llvm;