forked from OSchip/llvm-project
X86MCTargetDesc.h - remove unnecessary includes and forward declarations. NFC.
This commit is contained in:
parent
18bf42a86c
commit
60765e911d
|
@ -13,7 +13,6 @@
|
|||
#ifndef LLVM_LIB_TARGET_X86_MCTARGETDESC_X86MCTARGETDESC_H
|
||||
#define LLVM_LIB_TARGET_X86_MCTARGETDESC_X86MCTARGETDESC_H
|
||||
|
||||
#include "llvm/MC/MCRegister.h"
|
||||
#include "llvm/MC/MCStreamer.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <string>
|
||||
|
@ -25,15 +24,13 @@ class MCContext;
|
|||
class MCInstrInfo;
|
||||
class MCObjectTargetWriter;
|
||||
class MCObjectWriter;
|
||||
class MCRegister;
|
||||
class MCRegisterInfo;
|
||||
class MCSubtargetInfo;
|
||||
class MCRelocationInfo;
|
||||
class MCTargetOptions;
|
||||
class Target;
|
||||
class Triple;
|
||||
class StringRef;
|
||||
class raw_ostream;
|
||||
class raw_pwrite_stream;
|
||||
|
||||
/// Flavour of dwarf regnumbers
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue