From bfd6a758618a3c0d4dde6da044b38f3b9a3757d5 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 5 Dec 2016 14:57:23 +0000 Subject: [PATCH] Remove superfluous android include This file is not in the include path when building with a non-standalone toolchain. In does not seem to be necessary anyway. llvm-svn: 288674 --- lldb/source/Host/common/Socket.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/source/Host/common/Socket.cpp b/lldb/source/Host/common/Socket.cpp index 3e94908..79777c8 100644 --- a/lldb/source/Host/common/Socket.cpp +++ b/lldb/source/Host/common/Socket.cpp @@ -36,7 +36,6 @@ #ifdef __ANDROID__ #include #include -#include #include #include #if defined(ANDROID_ARM_BUILD_STATIC) || defined(ANDROID_MIPS_BUILD_STATIC) -- 2.7.4