Skip to content

Commit

Permalink
X86/X86TargetObjectFile.cpp - remove unused headers. NFCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Sep 3, 2020
1 parent 0563cd6 commit 58afaec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions llvm/lib/Target/X86/X86TargetObjectFile.cpp
Expand Up @@ -7,16 +7,8 @@
//===----------------------------------------------------------------------===//

#include "X86TargetObjectFile.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/BinaryFormat/COFF.h"
#include "llvm/BinaryFormat/Dwarf.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/IR/Mangler.h"
#include "llvm/IR/Operator.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCSectionCOFF.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCValue.h"
#include "llvm/Target/TargetMachine.h"

Expand Down

0 comments on commit 58afaec

Please sign in to comment.