summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBFrame.cpp
diff options
context:
space:
mode:
authorAlex Langford <apl@fb.com>2019-06-13 23:40:34 +0000
committerAlex Langford <apl@fb.com>2019-06-13 23:40:34 +0000
commit347ec0faa79a26dd1ba2e896b9acb18d8d05fdfc (patch)
tree39196f399ae0768161bf97d4675a6b2fcabc1746 /lldb/source/API/SBFrame.cpp
parent0476d069e394fec587858985ddee870360aec1ee (diff)
downloadbcm5719-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.cpp2
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"
OpenPOWER on IntegriCloud