[DWARF parser] Cleanup code in DWARFDebugAranges.

No functionality change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207276 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alexey Samsonov
2014-04-25 21:30:03 +00:00
parent bfd66f57da
commit c87722ce4b
3 changed files with 13 additions and 11 deletions

View File

@ -8,6 +8,8 @@
//===----------------------------------------------------------------------===//
#include "DWARFContext.h"
#include "DWARFDebugArangeSet.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/Compression.h"