diff options
author | Reid Kleckner <rnk@google.com> | 2016-06-22 23:23:08 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-06-22 23:23:08 +0000 |
commit | 858239d5f8c8f651c98d853f9c3f28e7c8453aec (patch) | |
tree | 4409cac77bc717a741fa823550dbf28dd146a3e7 /llvm/lib/MC/MCDwarf.cpp | |
parent | ce030acb4e3754479b1241dcc8c4b090354be51f (diff) | |
download | llvm-858239d5f8c8f651c98d853f9c3f28e7c8453aec.zip llvm-858239d5f8c8f651c98d853f9c3f28e7c8453aec.tar.gz llvm-858239d5f8c8f651c98d853f9c3f28e7c8453aec.tar.bz2 |
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
Diffstat (limited to 'llvm/lib/MC/MCDwarf.cpp')
-rw-r--r-- | llvm/lib/MC/MCDwarf.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCDwarf.cpp b/llvm/lib/MC/MCDwarf.cpp index 47f002f..57252a0 100644 --- a/llvm/lib/MC/MCDwarf.cpp +++ b/llvm/lib/MC/MCDwarf.cpp @@ -22,6 +22,7 @@ #include "llvm/MC/MCSection.h" #include "llvm/MC/MCSymbol.h" #include "llvm/Support/Debug.h" +#include "llvm/Support/EndianStream.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/LEB128.h" #include "llvm/Support/Path.h" |