summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2019-05-02 18:15:03 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2019-05-02 18:15:03 +0000
commitbd689b9c6b8112d08cd2f4763acae3bc8f9edfbb (patch)
tree00abc30c7f5b1d195b08adc8435eb718e05156f5 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
parentc7c3cf685d2407a430b0e6d7f925709b2cb1d38f (diff)
downloadbcm5719-llvm-bd689b9c6b8112d08cd2f4763acae3bc8f9edfbb.tar.gz
bcm5719-llvm-bd689b9c6b8112d08cd2f4763acae3bc8f9edfbb.zip
gdb-remote: reduce some inclusion of Target/Process.h
Reduce the inclusion of Target/Process.h to help isolate why Process is being preserved during the build of `lldb-server`. llvm-svn: 359811
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
index 0210aac3c47..533f23a7207 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
@@ -17,12 +17,12 @@
#include <string>
#include <vector>
-#include "lldb/Target/Process.h"
#include "lldb/Utility/ArchSpec.h"
#include "lldb/Utility/StreamGDBRemote.h"
#include "lldb/Utility/StructuredData.h"
#include "llvm/ADT/Optional.h"
+#include "llvm/Support/VersionTuple.h"
namespace lldb_private {
namespace process_gdb_remote {
OpenPOWER on IntegriCloud