[Lldb-commits] [lldb] [lldb] Clean up Socket headers for Android (PR #124453)
Brad Smith via lldb-commits
lldb-commits at lists.llvm.org
Sat Jan 25 23:37:37 PST 2025
https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/124453
None
>From 105b1dc748e2f4209dbda01e6b8b8ebc66af4b12 Mon Sep 17 00:00:00 2001
From: Brad Smith <brad at comstyle.com>
Date: Sun, 26 Jan 2025 02:31:41 -0500
Subject: [PATCH] [lldb] Clean up Socket headers for Android
---
lldb/source/Host/common/Socket.cpp | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/lldb/source/Host/common/Socket.cpp b/lldb/source/Host/common/Socket.cpp
index 296c2273ba419c..f35e5ff43595be 100644
--- a/lldb/source/Host/common/Socket.cpp
+++ b/lldb/source/Host/common/Socket.cpp
@@ -40,16 +40,6 @@
#include "lldb/Host/linux/AbstractSocket.h"
#endif
-#ifdef __ANDROID__
-#include <arpa/inet.h>
-#include <asm-generic/errno-base.h>
-#include <cerrno>
-#include <fcntl.h>
-#include <linux/tcp.h>
-#include <sys/syscall.h>
-#include <unistd.h>
-#endif // __ANDROID__
-
using namespace lldb;
using namespace lldb_private;
More information about the lldb-commits
mailing list