diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-18 17:02:48 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-18 17:02:48 +0000 |
commit | 1c95046aa5e41cba1f55f11814e642c38c2f5665 (patch) | |
tree | b5890855fe520413a2deaa7bcfbc77ab47125fb8 /lldb/source/Core/Debugger.cpp | |
parent | 827802871bb3de43ea8627efb1278f81fb7fb280 (diff) | |
download | bcm5719-llvm-1c95046aa5e41cba1f55f11814e642c38c2f5665.tar.gz bcm5719-llvm-1c95046aa5e41cba1f55f11814e642c38c2f5665.zip |
Reduce inclusion of clang headers.
Summary:
With the recent changes to separate clang from the core structures
of LLDB, many inclusions of clang headers can be removed.
Reviewers: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D12954
llvm-svn: 248004
Diffstat (limited to 'lldb/source/Core/Debugger.cpp')
-rw-r--r-- | lldb/source/Core/Debugger.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Core/Debugger.cpp b/lldb/source/Core/Debugger.cpp index a4d8da960a8..9fff60cd8cf 100644 --- a/lldb/source/Core/Debugger.cpp +++ b/lldb/source/Core/Debugger.cpp @@ -11,8 +11,6 @@ #include <map> -#include "clang/AST/DeclCXX.h" -#include "clang/AST/Type.h" #include "llvm/ADT/StringRef.h" #include "lldb/lldb-private.h" @@ -41,7 +39,6 @@ #include "lldb/Interpreter/OptionValueProperties.h" #include "lldb/Interpreter/OptionValueSInt64.h" #include "lldb/Interpreter/OptionValueString.h" -#include "lldb/Symbol/ClangASTContext.h" #include "lldb/Symbol/CompileUnit.h" #include "lldb/Symbol/Function.h" #include "lldb/Symbol/Symbol.h" |