Skip to content

Commit

Permalink
MCObjectWriter.h - remove unnecessary includes. NFC
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
RKSimon committed Apr 16, 2020
1 parent d9e81aa commit 1cbd6a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/include/llvm/MC/MCObjectWriter.h
Expand Up @@ -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 <cassert>
#include <cstdint>

namespace llvm {
Expand Down

0 comments on commit 1cbd6a5

Please sign in to comment.