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/Core/ValueObject.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/Core/ValueObject.cpp')
-rw-r--r-- | lldb/source/Core/ValueObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp index 307070bd9b8..e66d6d0d086 100644 --- a/lldb/source/Core/ValueObject.cpp +++ b/lldb/source/Core/ValueObject.cpp @@ -35,7 +35,7 @@ #include "lldb/DataFormatters/StringPrinter.h" #include "lldb/DataFormatters/ValueObjectPrinter.h" -#include "lldb/../../source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h" +#include "Plugins/ExpressionParser/Clang/ClangExpressionVariable.h" #include "lldb/Expression/ClangPersistentVariables.h" #include "lldb/Host/Endian.h" |