diff options
-rw-r--r-- | lldb/source/Core/CMakeLists.txt | 1 | ||||
-rw-r--r-- | lldb/source/Core/DumpDataExtractor.cpp | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Core/CMakeLists.txt b/lldb/source/Core/CMakeLists.txt index 59d742a5631..e45b5e7c84a 100644 --- a/lldb/source/Core/CMakeLists.txt +++ b/lldb/source/Core/CMakeLists.txt @@ -69,7 +69,6 @@ add_lldb_library(lldbCore clang-tablegen-targets LINK_LIBS - clangAST clangDriver lldbBreakpoint lldbDataFormatters diff --git a/lldb/source/Core/DumpDataExtractor.cpp b/lldb/source/Core/DumpDataExtractor.cpp index 8ca31e0f200..12e98de2675 100644 --- a/lldb/source/Core/DumpDataExtractor.cpp +++ b/lldb/source/Core/DumpDataExtractor.cpp @@ -22,9 +22,6 @@ #include "lldb/Utility/Log.h" #include "lldb/Utility/Stream.h" -#include "clang/AST/ASTContext.h" -#include "clang/AST/CanonicalType.h" - #include "llvm/ADT/APFloat.h" #include "llvm/ADT/APInt.h" #include "llvm/ADT/ArrayRef.h" |