diff options
| author | Alex Langford <apl@fb.com> | 2019-10-11 20:12:29 +0000 |
|---|---|---|
| committer | Alex Langford <apl@fb.com> | 2019-10-11 20:12:29 +0000 |
| commit | 03fbde6d84704e32eef204c1e59a2c26350aacde (patch) | |
| tree | 1d63ed58ab12806a67b3dec75a7ab139c3ce5d0e /lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h | |
| parent | 886099974e067c380ceca27ef2374961e6e1168e (diff) | |
| download | bcm5719-llvm-03fbde6d84704e32eef204c1e59a2c26350aacde.tar.gz bcm5719-llvm-03fbde6d84704e32eef204c1e59a2c26350aacde.zip | |
[NativePDB] Remove unused references to ClangASTImporter
llvm-svn: 374587
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h')
| -rw-r--r-- | lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h b/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h index d8634b28ccf..79908a60127 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h +++ b/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.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; |

