DwarfUnit.h - remove unnecessary includes. NFCI.

This commit is contained in:
Simon Pilgrim 2020-09-16 18:32:03 +01:00
parent 73d02064d2
commit 8f7d6b2375
2 changed files with 5 additions and 9 deletions

View File

@ -13,7 +13,6 @@
#include "DwarfUnit.h"
#include "AddressPool.h"
#include "DwarfCompileUnit.h"
#include "DwarfDebug.h"
#include "DwarfExpression.h"
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/APInt.h"

View File

@ -16,22 +16,19 @@
#include "DwarfDebug.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/DIE.h"
#include "llvm/IR/DIBuilder.h"
#include "llvm/IR/DebugInfo.h"
#include "llvm/MC/MCDwarf.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCSection.h"
#include <string>
namespace llvm {
class MachineOperand;
class ConstantInt;
class ConstantFP;
class ConstantInt;
class DbgVariable;
class DwarfCompileUnit;
class MachineOperand;
class MCDwarfDwoLineTable;
class MCSymbol;
//===----------------------------------------------------------------------===//
/// This dwarf writer support class manages information associated with a