aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-03-21 18:25:04 +0000
committerZachary Turner <zturner@google.com>2017-03-21 18:25:04 +0000
commit573ab909d379a062327c3ef6d6ff2da0bbfb69a1 (patch)
treeb3156b7d5c74cb738da3d06fb40d6b5514f3b50a /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
parent00749e0fd467a3b5569d2188d3c186ba46c25e51 (diff)
downloadllvm-573ab909d379a062327c3ef6d6ff2da0bbfb69a1.zip
llvm-573ab909d379a062327c3ef6d6ff2da0bbfb69a1.tar.gz
llvm-573ab909d379a062327c3ef6d6ff2da0bbfb69a1.tar.bz2
Move StringList from Core -> Utility.
llvm-svn: 298412
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
index ec8827a..a1794d0 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
@@ -24,7 +24,6 @@
#include "lldb/Core/Broadcaster.h"
#include "lldb/Core/LoadedModuleInfoList.h"
#include "lldb/Core/ModuleSpec.h"
-#include "lldb/Core/StringList.h"
#include "lldb/Core/StructuredData.h"
#include "lldb/Core/ThreadSafeValue.h"
#include "lldb/Host/HostThread.h"
@@ -34,6 +33,7 @@
#include "lldb/Utility/Error.h"
#include "lldb/Utility/StreamString.h"
#include "lldb/Utility/StringExtractor.h"
+#include "lldb/Utility/StringList.h"
#include "lldb/lldb-private-forward.h"
#include "GDBRemoteCommunicationClient.h"