Skip to content

Commit 6416947

Browse files
authored
[lldb] Clean up Socket headers for Android (#124453)
1 parent ad697b2 commit 6416947

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)