Skip to content

Commit

Permalink
X86MCTargetDesc.h - replace FormattedStream.h include with forward de…
Browse files Browse the repository at this point in the history
…claration. NFC.
  • Loading branch information
RKSimon committed Apr 23, 2020
1 parent 90c9563 commit c741dfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
Expand Up @@ -14,10 +14,11 @@
#define LLVM_LIB_TARGET_X86_MCTARGETDESC_X86MCTARGETDESC_H

#include "llvm/Support/DataTypes.h"
#include "llvm/Support/FormattedStream.h"
#include <memory>
#include <string>

namespace llvm {
class formatted_raw_ostream;
class MCAsmBackend;
class MCCodeEmitter;
class MCContext;
Expand Down

0 comments on commit c741dfe

Please sign in to comment.