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.cpp | |
| 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.cpp')
| -rw-r--r-- | lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp b/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp index ceaa8774593..bb2cfc2aa5e 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp +++ b/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp @@ -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" |

