aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/internal_errqueue.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/internal_errqueue.cc')
-rw-r--r--src/core/lib/iomgr/internal_errqueue.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/iomgr/internal_errqueue.cc b/src/core/lib/iomgr/internal_errqueue.cc
index 8823737e49..99c22e9055 100644
--- a/src/core/lib/iomgr/internal_errqueue.cc
+++ b/src/core/lib/iomgr/internal_errqueue.cc
@@ -24,10 +24,6 @@
#ifdef GRPC_POSIX_SOCKET_TCP
-#ifdef GPR_LINUX
-#include <linux/version.h>
-#endif /* GPR_LINUX */
-
bool kernel_supports_errqueue() {
#ifdef LINUX_VERSION_CODE
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0)