[Lldb-commits] [lldb] [lldb-dap] Use existing lldb::IOObjectSP for DAP IO (NFC). (PR #128750)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 25 16:59:36 PST 2025
================
@@ -7,125 +7,34 @@
//===----------------------------------------------------------------------===//
#include "IOStream.h"
+#include "lldb/Utility/IOObject.h" // IWYU pragma: keep
----------------
JDevlieghere wrote:
```suggestion
#include "lldb/Utility/IOObject.h"
```
https://github.com/llvm/llvm-project/pull/128750
More information about the lldb-commits
mailing list