summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2015-09-21 16:56:08 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2015-09-21 16:56:08 +0000
commit937e3964e29d42de937f143e4f726527ca9ca9e3 (patch)
treeb48ce3612535dc43ea930f70aa350604ff717f33 /lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
parent4ad833400f6bd31ab336dba247eaa1659b520921 (diff)
downloadbcm5719-llvm-937e3964e29d42de937f143e4f726527ca9ca9e3.tar.gz
bcm5719-llvm-937e3964e29d42de937f143e4f726527ca9ca9e3.zip
Further reduction of Clang-related header inclusion.
Reviewers: clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D13018 llvm-svn: 248176
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp')
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
index 2ec9a585b74..cdb1798f4e2 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
@@ -34,12 +34,14 @@
#include "lldb/Interpreter/OptionValueProperties.h"
#include "lldb/Symbol/Block.h"
+#include "lldb/Symbol/ClangASTContext.h"
#include "lldb/Symbol/CompilerDecl.h"
#include "lldb/Symbol/CompilerDeclContext.h"
#include "lldb/Symbol/CompileUnit.h"
#include "lldb/Symbol/LineTable.h"
#include "lldb/Symbol/ObjectFile.h"
#include "lldb/Symbol/SymbolVendor.h"
+#include "lldb/Symbol/TypeSystem.h"
#include "lldb/Symbol/VariableList.h"
#include "Plugins/Language/CPlusPlus/CPlusPlusLanguage.h"
OpenPOWER on IntegriCloud