[Lldb-commits] [PATCH] D120105: Remove recursive include of GDBRemoteCommunicationServerCommon.h

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 17 18:49:36 PST 2022


shafik created this revision.
shafik added reviewers: jingham, aprantl.
shafik requested review of this revision.

`GDBRemoteCommunicationServerCommon.h` includes itself, removing this include.


https://reviews.llvm.org/D120105

Files:
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h


Index: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
===================================================================
--- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
+++ lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
@@ -15,7 +15,6 @@
 #include "lldb/lldb-private-forward.h"
 
 #include "GDBRemoteCommunicationServer.h"
-#include "GDBRemoteCommunicationServerCommon.h"
 
 class StringExtractorGDBRemote;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120105.409836.patch
Type: text/x-patch
Size: 500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220218/6e6ce42a/attachment-0001.bin>


More information about the lldb-commits mailing list