diff options
author | Alex Langford <apl@fb.com> | 2019-06-13 23:40:34 +0000 |
---|---|---|
committer | Alex Langford <apl@fb.com> | 2019-06-13 23:40:34 +0000 |
commit | 347ec0faa79a26dd1ba2e896b9acb18d8d05fdfc (patch) | |
tree | 39196f399ae0768161bf97d4675a6b2fcabc1746 /lldb/source/API/SBFrame.cpp | |
parent | 0476d069e394fec587858985ddee870360aec1ee (diff) | |
download | bcm5719-llvm-347ec0faa79a26dd1ba2e896b9acb18d8d05fdfc.tar.gz bcm5719-llvm-347ec0faa79a26dd1ba2e896b9acb18d8d05fdfc.zip |
[NFC] Replace a plugin header with a non-plugin header
llvm-svn: 363338
Diffstat (limited to 'lldb/source/API/SBFrame.cpp')
-rw-r--r-- | lldb/source/API/SBFrame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBFrame.cpp b/lldb/source/API/SBFrame.cpp index 55d94a2db00..9268f0f9bdb 100644 --- a/lldb/source/API/SBFrame.cpp +++ b/lldb/source/API/SBFrame.cpp @@ -14,13 +14,13 @@ #include "lldb/lldb-types.h" -#include "Plugins/ExpressionParser/Clang/ClangPersistentVariables.h" #include "SBReproducerPrivate.h" #include "Utils.h" #include "lldb/Core/Address.h" #include "lldb/Core/StreamFile.h" #include "lldb/Core/ValueObjectRegister.h" #include "lldb/Core/ValueObjectVariable.h" +#include "lldb/Expression/ExpressionVariable.h" #include "lldb/Expression/UserExpression.h" #include "lldb/Host/Host.h" #include "lldb/Symbol/Block.h" |