DWARFDebugArangeSet: Remove references to SymbolFileDWARF

This class does not depend on SymbolFileDWARF. Instead, include more
appropriate low-level headers.

llvm-svn: 361765
This commit is contained in:
Pavel Labath 2019-05-27 14:16:15 +00:00
parent 80d5d168fd
commit 11e0549145
2 changed files with 4 additions and 7 deletions

View File

@ -7,11 +7,9 @@
//===----------------------------------------------------------------------===//
#include "DWARFDebugArangeSet.h"
#include "SymbolFileDWARF.h"
#include "lldb/Utility/Stream.h"
#include "DWARFDataExtractor.h"
#include "llvm/Object/Error.h"
#include <assert.h>
#include <cassert>
using namespace lldb_private;

View File

@ -9,11 +9,10 @@
#ifndef SymbolFileDWARF_DWARFDebugArangeSet_h_
#define SymbolFileDWARF_DWARFDebugArangeSet_h_
#include "SymbolFileDWARF.h"
#include "lldb/Core/dwarf.h"
#include <cstdint>
#include <vector>
class SymbolFileDWARF;
class DWARFDebugArangeSet {
public:
struct Header {