summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-03-03 21:05:17 +0000
committerZachary Turner <zturner@google.com>2015-03-03 21:05:17 +0000
commitaf0f45f1c96dc0674fd61e35e0c6e15fb586718a (patch)
tree51f537ad078dd23f100990e62404fb47291ad645 /lldb/source/Commands
parent06a8eb8343676632fc6e1563c39835b1a91da53b (diff)
downloadbcm5719-llvm-af0f45f1c96dc0674fd61e35e0c6e15fb586718a.tar.gz
bcm5719-llvm-af0f45f1c96dc0674fd61e35e0c6e15fb586718a.zip
Don't #include ClangPersistentVariables.h from Process.h
Nothing from this header file was even being referenced in Process.h anyway, so it was a completely unnecessary include. llvm-svn: 231131
Diffstat (limited to 'lldb/source/Commands')
-rw-r--r--lldb/source/Commands/CommandObjectMemory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectMemory.cpp b/lldb/source/Commands/CommandObjectMemory.cpp
index 1adfe9dbc22..51009507e24 100644
--- a/lldb/source/Commands/CommandObjectMemory.cpp
+++ b/lldb/source/Commands/CommandObjectMemory.cpp
@@ -24,6 +24,7 @@
#include "lldb/Core/StreamString.h"
#include "lldb/Core/ValueObjectMemory.h"
#include "lldb/DataFormatters/ValueObjectPrinter.h"
+#include "lldb/Expression/ClangPersistentVariables.h"
#include "lldb/Host/StringConvert.h"
#include "lldb/Interpreter/Args.h"
#include "lldb/Interpreter/CommandReturnObject.h"
OpenPOWER on IntegriCloud