aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/internal_errqueue.cc
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-08-27 15:10:25 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-08-27 15:10:25 -0700
commit0cb982974f12ead39b6a8969949f2fbbe59cf3cf (patch)
tree31306078fc794d34679b36281e922c77cdee1a93 /src/core/lib/iomgr/internal_errqueue.cc
parent8d47cd4992c3c3546bef23568fde5fe132144666 (diff)
Remove linux/version.h include from port.h
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)