From 666cc0b291b0212ab5bd1c6d6cbeebddae171bc7 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Sat, 4 Mar 2017 01:30:05 +0000 Subject: Move DataBuffer / DataExtractor and friends from Core -> Utility. llvm-svn: 296943 --- lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp') diff --git a/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp b/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp index 3c1765c044c..9b3b07e24d6 100644 --- a/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp +++ b/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp @@ -11,9 +11,9 @@ #include "GDBRemoteTestUtils.h" #include "Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h" -#include "lldb/Core/DataBuffer.h" #include "lldb/Core/ModuleSpec.h" #include "lldb/Core/StructuredData.h" +#include "lldb/Utility/DataBuffer.h" #include "llvm/ADT/ArrayRef.h" -- cgit v1.2.3