From: Simon Pilgrim Date: Thu, 16 Apr 2020 13:55:39 +0000 (+0100) Subject: MCObjectWriter.h - remove unnecessary includes. NFC X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1cbd6a58880e40647462739907c6c86395dec6c0;p=platform%2Fupstream%2Fllvm.git MCObjectWriter.h - remove unnecessary includes. NFC The EndianStream.h/raw_ostream.h headers should be removed as well but we have a lot of other files that are implicitly relying on them being present. --- diff --git a/llvm/include/llvm/MC/MCObjectWriter.h b/llvm/include/llvm/MC/MCObjectWriter.h index 2547b2b..0d74201 100644 --- a/llvm/include/llvm/MC/MCObjectWriter.h +++ b/llvm/include/llvm/MC/MCObjectWriter.h @@ -9,13 +9,10 @@ #ifndef LLVM_MC_MCOBJECTWRITER_H #define LLVM_MC_MCOBJECTWRITER_H -#include "llvm/ADT/SmallVector.h" -#include "llvm/ADT/StringRef.h" #include "llvm/ADT/Triple.h" #include "llvm/Support/Endian.h" #include "llvm/Support/EndianStream.h" #include "llvm/Support/raw_ostream.h" -#include #include namespace llvm {