Spell correct (s/begining/beginning/)
[oota-llvm.git] / lib / DebugInfo / DWARFCompileUnit.h
index de70b2e2a90e251bc1cd82fe40e60a3459070b01..2a74605fcb2d3d3d3a63f9b580d190dc5f2b1864 100644 (file)
@@ -13,6 +13,7 @@
 #include "DWARFDebugAbbrev.h"
 #include "DWARFDebugInfoEntry.h"
 #include "DWARFDebugRangeList.h"
+#include "DWARFRelocMap.h"
 #include <vector>
 
 namespace llvm {
@@ -20,7 +21,6 @@ namespace llvm {
 class DWARFDebugAbbrev;
 class StringRef;
 class raw_ostream;
-typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap;
 
 class DWARFCompileUnit {
   const DWARFDebugAbbrev *Abbrev;