diff --git a/include/grpc/impl/codegen/compression_types.h b/include/grpc/impl/codegen/compression_types.h index 94a10da21b6bf7fd7ef82dbb9ab6ea2b84e3eee4..0daccd92f237e4021ddd652d0fa532667d101dc7 100644 --- a/include/grpc/impl/codegen/compression_types.h +++ b/include/grpc/impl/codegen/compression_types.h @@ -34,7 +34,7 @@ #ifndef GRPC_IMPL_CODEGEN_COMPRESSION_TYPES_H #define GRPC_IMPL_CODEGEN_COMPRESSION_TYPES_H -#include <grpc/support/port_platform.h> +#include <grpc/impl/codegen/port_platform.h> #ifdef __cplusplus extern "C" { diff --git a/include/grpc/impl/codegen/propagation_bits.h b/include/grpc/impl/codegen/propagation_bits.h index d03641559974ba89335787a3edc5daa25bab754e..cdd699710c2378bd205975f2abfd71c04f57250d 100644 --- a/include/grpc/impl/codegen/propagation_bits.h +++ b/include/grpc/impl/codegen/propagation_bits.h @@ -34,7 +34,7 @@ #ifndef GRPC_IMPL_CODEGEN_H #define GRPC_IMPL_CODEGEN_H -#include <grpc/support/port_platform.h> +#include <grpc/impl/codegen/port_platform.h> #ifdef __cplusplus extern "C" {