aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/channel_init.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-08-01 13:33:13 -0700
committerGravatar yang-g <yangg@google.com>2018-08-01 13:33:13 -0700
commit010ffae0fddce8d5c9741f27314f4dafd19f248a (patch)
treea625207116ac2c9a710ecf771fa5edad020b6702 /src/core/lib/surface/channel_init.h
parentd6ef707422c8afba5046f395419a2a524a248472 (diff)
Sanity
Diffstat (limited to 'src/core/lib/surface/channel_init.h')
-rw-r--r--src/core/lib/surface/channel_init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/surface/channel_init.h b/src/core/lib/surface/channel_init.h
index cae7cb4754..7509fd664b 100644
--- a/src/core/lib/surface/channel_init.h
+++ b/src/core/lib/surface/channel_init.h
@@ -19,10 +19,10 @@
#ifndef GRPC_CORE_LIB_SURFACE_CHANNEL_INIT_H
#define GRPC_CORE_LIB_SURFACE_CHANNEL_INIT_H
-#include <limits.h>
-
#include <grpc/support/port_platform.h>
+#include <limits.h>
+
#include "src/core/lib/channel/channel_stack_builder.h"
#include "src/core/lib/surface/channel_stack_type.h"
#include "src/core/lib/transport/transport.h"