[NativePDB] Remove unused references to ClangASTImporter

llvm-svn: 374587
This commit is contained in:
Alex Langford 2019-10-11 20:12:29 +00:00
parent 886099974e
commit 03fbde6d84
2 changed files with 0 additions and 3 deletions

View File

@ -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"

View File

@ -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;