Remove superfluous android include
authorPavel Labath <labath@google.com>
Mon, 5 Dec 2016 14:57:23 +0000 (14:57 +0000)
committerPavel Labath <labath@google.com>
Mon, 5 Dec 2016 14:57:23 +0000 (14:57 +0000)
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

index 3e94908..79777c8 100644 (file)
@@ -36,7 +36,6 @@
 #ifdef __ANDROID__
 #include <arpa/inet.h>
 #include <asm-generic/errno-base.h>
-#include <bits/error_constants.h>
 #include <errno.h>
 #include <linux/tcp.h>
 #if defined(ANDROID_ARM_BUILD_STATIC) || defined(ANDROID_MIPS_BUILD_STATIC)