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/CommandObjectArgs.cpp | |
parent | e33724f371eae590d984f0be7e943b670b99274a (diff) | |
download | llvm-30e339749f0002292a6391727bff48abadac8631.zip llvm-30e339749f0002292a6391727bff48abadac8631.tar.gz llvm-30e339749f0002292a6391727bff48abadac8631.tar.bz2 |
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/CommandObjectArgs.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectArgs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectArgs.cpp b/lldb/source/Commands/CommandObjectArgs.cpp index 5a25722..39dcba0 100644 --- a/lldb/source/Commands/CommandObjectArgs.cpp +++ b/lldb/source/Commands/CommandObjectArgs.cpp @@ -18,7 +18,7 @@ #include "lldb/Core/Module.h" #include "lldb/Core/Value.h" #include "lldb/Expression/ClangExpression.h" -#include "lldb/../../source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h" +#include "Plugins/ExpressionParser/Clang/ClangExpressionVariable.h" #include "lldb/Expression/ClangFunction.h" #include "lldb/Host/Host.h" #include "lldb/Interpreter/CommandInterpreter.h" |