Skip to content

Commit b753b8e

Browse files
brad0github-actions[bot]
authored andcommitted
Automerge: [lldb] Clean up Socket headers for Android (#124453)
2 parents 1d4c40e + 6416947 commit b753b8e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lldb/source/Host/common/Socket.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@
4040
#include "lldb/Host/linux/AbstractSocket.h"
4141
#endif
4242

43-
#ifdef __ANDROID__
44-
#include <arpa/inet.h>
45-
#include <asm-generic/errno-base.h>
46-
#include <cerrno>
47-
#include <fcntl.h>
48-
#include <linux/tcp.h>
49-
#include <sys/syscall.h>
50-
#include <unistd.h>
51-
#endif // __ANDROID__
52-
5343
using namespace lldb;
5444
using namespace lldb_private;
5545

0 commit comments

Comments
 (0)