[Lldb-commits] [lldb] r374468 - [lldb-test] Remove unused header

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 10 15:43:03 PDT 2019


Author: xiaobai
Date: Thu Oct 10 15:43:03 2019
New Revision: 374468

URL: http://llvm.org/viewvc/llvm-project?rev=374468&view=rev
Log:
[lldb-test] Remove unused header

Modified:
    lldb/trunk/tools/lldb-test/lldb-test.cpp

Modified: lldb/trunk/tools/lldb-test/lldb-test.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-test/lldb-test.cpp?rev=374468&r1=374467&r2=374468&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-test/lldb-test.cpp (original)
+++ lldb/trunk/tools/lldb-test/lldb-test.cpp Thu Oct 10 15:43:03 2019
@@ -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"




More information about the lldb-commits mailing list