aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/port.h
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-09-06 15:26:36 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-09-06 15:26:36 -0700
commitb91da3f4bf4ab30428e50a0c6734fcb931e3d85e (patch)
tree616e901996ff635ff44e47481a457d23b343320a /src/core/lib/iomgr/port.h
parent39e53c13bf1f62fdfe7e05fbfe5427f5ad3b1a90 (diff)
Add support for reading channel args
Diffstat (limited to 'src/core/lib/iomgr/port.h')
-rw-r--r--src/core/lib/iomgr/port.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/port.h b/src/core/lib/iomgr/port.h
index bc58ed13c0..807b9bf85a 100644
--- a/src/core/lib/iomgr/port.h
+++ b/src/core/lib/iomgr/port.h
@@ -77,7 +77,6 @@
#define GRPC_LINUX_SOCKETUTILS 1
#endif
#endif
-#include <linux/version.h>
#ifdef LINUX_VERSION_CODE
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)
#define GRPC_HAVE_TCP_USER_TIMEOUT