diff options
author | Sean Callanan <scallanan@apple.com> | 2015-09-03 00:48:23 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2015-09-03 00:48:23 +0000 |
commit | 30e339749f0002292a6391727bff48abadac8631 (patch) | |
tree | 4fec14a8e073562e3c4e3e6dc92c633cb67f19f0 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | e33724f371eae590d984f0be7e943b670b99274a (diff) | |
download | bcm5719-llvm-30e339749f0002292a6391727bff48abadac8631.tar.gz bcm5719-llvm-30e339749f0002292a6391727bff48abadac8631.zip |
Jim told me about a cleaner way to include headers from plug-ins.
This is still something I need to fix, but at least it's not so ugly, and it's
consistent with the other code that does that so we will catch it when we purge
all such code.
llvm-svn: 246738
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectExpression.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp index 72a1a234e4f..8091ba5af2b 100644 --- a/lldb/source/Commands/CommandObjectExpression.cpp +++ b/lldb/source/Commands/CommandObjectExpression.cpp @@ -16,7 +16,7 @@ #include "lldb/Core/Value.h" #include "lldb/Core/ValueObjectVariable.h" #include "lldb/DataFormatters/ValueObjectPrinter.h" -#include "lldb/../../source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h" +#include "Plugins/ExpressionParser/Clang/ClangExpressionVariable.h" #include "lldb/Expression/ClangUserExpression.h" #include "lldb/Expression/ClangFunction.h" #include "lldb/Expression/DWARFExpression.h" |