aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/channel_stack_type.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/surface/channel_stack_type.c')
-rw-r--r--src/core/surface/channel_stack_type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface/channel_stack_type.c b/src/core/surface/channel_stack_type.c
index 29bb7704f8..1a6e949ffe 100644
--- a/src/core/surface/channel_stack_type.c
+++ b/src/core/surface/channel_stack_type.c
@@ -31,9 +31,9 @@
*
*/
-#include <grpc/support/port_platform.h>
#include "src/core/surface/channel_stack_type.h"
#include <grpc/support/log.h>
+#include <grpc/support/port_platform.h>
bool grpc_channel_stack_type_is_client(grpc_channel_stack_type type) {
switch (type) {