Skip to content

Commit

Permalink
X86MCTargetDesc.h - remove unnecessary includes and forward declarati…
Browse files Browse the repository at this point in the history
…ons. NFC.
  • Loading branch information
RKSimon committed Apr 19, 2020
1 parent 18bf42a commit 60765e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
Expand Up @@ -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>
Expand All @@ -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
///
Expand Down

0 comments on commit 60765e9

Please sign in to comment.