Skip to content

Commit 60765e9

Browse files
committed
X86MCTargetDesc.h - remove unnecessary includes and forward declarations. NFC.
1 parent 18bf42a commit 60765e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#ifndef LLVM_LIB_TARGET_X86_MCTARGETDESC_X86MCTARGETDESC_H
1414
#define LLVM_LIB_TARGET_X86_MCTARGETDESC_X86MCTARGETDESC_H
1515

16-
#include "llvm/MC/MCRegister.h"
1716
#include "llvm/MC/MCStreamer.h"
1817
#include "llvm/Support/DataTypes.h"
1918
#include <string>
@@ -25,15 +24,13 @@ class MCContext;
2524
class MCInstrInfo;
2625
class MCObjectTargetWriter;
2726
class MCObjectWriter;
27+
class MCRegister;
2828
class MCRegisterInfo;
2929
class MCSubtargetInfo;
30-
class MCRelocationInfo;
3130
class MCTargetOptions;
3231
class Target;
3332
class Triple;
3433
class StringRef;
35-
class raw_ostream;
36-
class raw_pwrite_stream;
3734

3835
/// Flavour of dwarf regnumbers
3936
///

0 commit comments

Comments
 (0)