Skip to content

Commit 1cbd6a5

Browse files
committed
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.
1 parent d9e81aa commit 1cbd6a5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/include/llvm/MC/MCObjectWriter.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@
99
#ifndef LLVM_MC_MCOBJECTWRITER_H
1010
#define LLVM_MC_MCOBJECTWRITER_H
1111

12-
#include "llvm/ADT/SmallVector.h"
13-
#include "llvm/ADT/StringRef.h"
1412
#include "llvm/ADT/Triple.h"
1513
#include "llvm/Support/Endian.h"
1614
#include "llvm/Support/EndianStream.h"
1715
#include "llvm/Support/raw_ostream.h"
18-
#include <cassert>
1916
#include <cstdint>
2017

2118
namespace llvm {

0 commit comments

Comments
 (0)