Skip to content

Commit

Permalink
TargetLoweringObjectFileImpl.h - replace MCExpr.h and Module.h includ…
Browse files Browse the repository at this point in the history
…es with forward declarations. NFC.

Also remove unused llvm::Mangler forward declaration.
  • Loading branch information
RKSimon committed Apr 11, 2020
1 parent 0292ddc commit adb456b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
Expand Up @@ -15,18 +15,17 @@
#define LLVM_CODEGEN_TARGETLOWERINGOBJECTFILEIMPL_H

#include "llvm/BinaryFormat/XCOFF.h"
#include "llvm/IR/Module.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/Target/TargetLoweringObjectFile.h"

namespace llvm {

class GlobalValue;
class MachineModuleInfo;
class Mangler;
class MCContext;
class MCExpr;
class MCSection;
class MCSymbol;
class Module;
class TargetMachine;

class TargetLoweringObjectFileELF : public TargetLoweringObjectFile {
Expand Down

0 comments on commit adb456b

Please sign in to comment.