aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/http/format_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/http/format_request.h')
-rw-r--r--src/core/http/format_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/http/format_request.h b/src/core/http/format_request.h
index 49593b695c..dfd6fadbde 100644
--- a/src/core/http/format_request.h
+++ b/src/core/http/format_request.h
@@ -34,8 +34,8 @@
#ifndef GRPC_CORE_HTTP_FORMAT_REQUEST_H
#define GRPC_CORE_HTTP_FORMAT_REQUEST_H
-#include "src/core/http/httpcli.h"
#include <grpc/support/slice.h>
+#include "src/core/http/httpcli.h"
gpr_slice grpc_httpcli_format_get_request(const grpc_httpcli_request *request);
gpr_slice grpc_httpcli_format_post_request(const grpc_httpcli_request *request,