[llvm] r204183 - More header and forward declaration cleanup.
Eric Christopher
echristo at gmail.com
Tue Mar 18 14:44:13 PDT 2014
Author: echristo
Date: Tue Mar 18 16:44:12 2014
New Revision: 204183
URL: http://llvm.org/viewvc/llvm-project?rev=204183&view=rev
Log:
More header and forward declaration cleanup.
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h?rev=204183&r1=204182&r2=204183&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h Tue Mar 18 16:44:12 2014
@@ -16,15 +16,13 @@
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/SmallVector.h"
-#include "llvm/MC/MCExpr.h"
-#include "llvm/Support/Compiler.h"
#include "llvm/Support/Dwarf.h"
#include <vector>
namespace llvm {
class AsmPrinter;
+class MCExpr;
class MCSymbol;
-class MCSymbolRefExpr;
class raw_ostream;
class DwarfTypeUnit;
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfAccelTable.h?rev=204183&r1=204182&r2=204183&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfAccelTable.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfAccelTable.h Tue Mar 18 16:44:12 2014
@@ -24,7 +24,6 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/FormattedStream.h"
-#include <map>
#include <vector>
// The dwarf accelerator tables are an indirect hash table optimized
@@ -62,7 +61,6 @@
namespace llvm {
class AsmPrinter;
-class DIE;
class DwarfFile;
class DwarfAccelTable {
More information about the llvm-commits
mailing list