diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-21 16:56:08 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-21 16:56:08 +0000 |
commit | 937e3964e29d42de937f143e4f726527ca9ca9e3 (patch) | |
tree | b48ce3612535dc43ea930f70aa350604ff717f33 /lldb/source/Core/FormatEntity.cpp | |
parent | 4ad833400f6bd31ab336dba247eaa1659b520921 (diff) | |
download | bcm5719-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/Core/FormatEntity.cpp')
-rw-r--r-- | lldb/source/Core/FormatEntity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/FormatEntity.cpp b/lldb/source/Core/FormatEntity.cpp index 73d799fcd2d..daaf88fe45c 100644 --- a/lldb/source/Core/FormatEntity.cpp +++ b/lldb/source/Core/FormatEntity.cpp @@ -21,7 +21,7 @@ #include "lldb/DataFormatters/DataVisualization.h" #include "lldb/DataFormatters/FormatManager.h" #include "lldb/DataFormatters/ValueObjectPrinter.h" -#include "Plugins/ExpressionParser/Clang/ClangExpressionVariable.h" +#include "lldb/Expression/ExpressionVariable.h" #include "lldb/Host/FileSpec.h" #include "lldb/Interpreter/CommandInterpreter.h" #include "lldb/Symbol/Block.h" |