From 858239d5f8c8f651c98d853f9c3f28e7c8453aec Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Wed, 22 Jun 2016 23:23:08 +0000 Subject: Prune some includes from headers and sink some inline functions MCSymbol.h shouldn't pull in MCAssembler.h, just MCFragment.h. MCLinkerOptimizationHint.h shouldn't need MCMachObjectWriter.h. The rest is fixing the fallout. llvm-svn: 273507 --- llvm/lib/MC/MCCodeView.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/MC/MCCodeView.cpp') diff --git a/llvm/lib/MC/MCCodeView.cpp b/llvm/lib/MC/MCCodeView.cpp index 2d8ef442f75..d3f2aa2a80c 100644 --- a/llvm/lib/MC/MCCodeView.cpp +++ b/llvm/lib/MC/MCCodeView.cpp @@ -21,6 +21,7 @@ #include "llvm/MC/MCObjectStreamer.h" #include "llvm/MC/MCValue.h" #include "llvm/Support/COFF.h" +#include "llvm/Support/EndianStream.h" using namespace llvm; using namespace llvm::codeview; -- cgit v1.2.3