forked from OSchip/llvm-project
[NativePDB] Remove unused references to ClangASTImporter
llvm-svn: 374587
This commit is contained in:
parent
886099974e
commit
03fbde6d84
|
@ -20,7 +20,6 @@
|
|||
#include "lldb/Core/StreamBuffer.h"
|
||||
#include "lldb/Core/StreamFile.h"
|
||||
#include "lldb/Symbol/ClangASTContext.h"
|
||||
#include "lldb/Symbol/ClangASTImporter.h"
|
||||
#include "lldb/Symbol/ClangExternalASTSourceCommon.h"
|
||||
#include "lldb/Symbol/ClangUtil.h"
|
||||
#include "lldb/Symbol/CompileUnit.h"
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#ifndef LLDB_PLUGINS_SYMBOLFILE_NATIVEPDB_SYMBOLFILENATIVEPDB_H
|
||||
#define LLDB_PLUGINS_SYMBOLFILE_NATIVEPDB_SYMBOLFILENATIVEPDB_H
|
||||
|
||||
#include "lldb/Symbol/ClangASTImporter.h"
|
||||
#include "lldb/Symbol/SymbolFile.h"
|
||||
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
|
@ -35,7 +34,6 @@ struct UnionRecord;
|
|||
} // namespace llvm
|
||||
|
||||
namespace lldb_private {
|
||||
class ClangASTImporter;
|
||||
|
||||
namespace npdb {
|
||||
class PdbAstBuilder;
|
||||
|
|
Loading…
Reference in New Issue