diff options
author | Craig Tiller <ctiller@google.com> | 2016-11-14 08:02:45 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-11-14 08:02:45 -0800 |
commit | 3cf79228ffcdd5c867b4067d6f6a5743a14d3ff1 (patch) | |
tree | 86778cc9c61666939677f67956a4f6539a79b6bf /include | |
parent | d5a7a8a61eb3c1d5759f79c9cb4667a4d2df0d25 (diff) |
Review feedback
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/impl/codegen/grpc_types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h index e8472fba46..a44358f020 100644 --- a/include/grpc/impl/codegen/grpc_types.h +++ b/include/grpc/impl/codegen/grpc_types.h @@ -34,10 +34,10 @@ #ifndef GRPC_IMPL_CODEGEN_GRPC_TYPES_H #define GRPC_IMPL_CODEGEN_GRPC_TYPES_H +#include <grpc/impl/codegen/compression_types.h> +#include <grpc/impl/codegen/exec_ctx_fwd.h> #include <grpc/impl/codegen/gpr_types.h> #include <grpc/impl/codegen/slice.h> - -#include <grpc/impl/codegen/compression_types.h> #include <grpc/impl/codegen/status.h> #include <stddef.h> |