diff options
author | Alex Langford <apl@fb.com> | 2019-10-10 22:43:03 +0000 |
---|---|---|
committer | Alex Langford <apl@fb.com> | 2019-10-10 22:43:03 +0000 |
commit | 887707e29d31a2214dad16fcfecaab9e1de53d67 (patch) | |
tree | 59bd9b7b6dd5be92f0281bf1551d101e02071ba7 /lldb/tools/lldb-test/lldb-test.cpp | |
parent | c10a64718ed27097b264cf82cf8299bfa07a40f8 (diff) | |
download | bcm5719-llvm-887707e29d31a2214dad16fcfecaab9e1de53d67.tar.gz bcm5719-llvm-887707e29d31a2214dad16fcfecaab9e1de53d67.zip |
[lldb-test] Remove unused header
llvm-svn: 374468
Diffstat (limited to 'lldb/tools/lldb-test/lldb-test.cpp')
-rw-r--r-- | lldb/tools/lldb-test/lldb-test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/tools/lldb-test/lldb-test.cpp b/lldb/tools/lldb-test/lldb-test.cpp index 112c2fa8764..426b12acd40 100644 --- a/lldb/tools/lldb-test/lldb-test.cpp +++ b/lldb/tools/lldb-test/lldb-test.cpp @@ -19,7 +19,6 @@ #include "lldb/Interpreter/CommandInterpreter.h" #include "lldb/Interpreter/CommandReturnObject.h" #include "lldb/Symbol/ClangASTContext.h" -#include "lldb/Symbol/ClangASTImporter.h" #include "lldb/Symbol/CompileUnit.h" #include "lldb/Symbol/LineTable.h" #include "lldb/Symbol/SymbolFile.h" |