diff options
Diffstat (limited to 'include/grpc++/impl/client_unary_call.h')
-rw-r--r-- | include/grpc++/impl/client_unary_call.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/grpc++/impl/client_unary_call.h b/include/grpc++/impl/client_unary_call.h index 6033fb7cc2..9017bf5e35 100644 --- a/include/grpc++/impl/client_unary_call.h +++ b/include/grpc++/impl/client_unary_call.h @@ -34,10 +34,10 @@ #ifndef GRPCXX_IMPL_CLIENT_UNARY_CALL_H #define GRPCXX_IMPL_CLIENT_UNARY_CALL_H -#include <grpc++/impl/call.h> +#include <grpc++/impl/codegen/call.h> #include <grpc++/impl/codegen/channel_interface.h> -#include <grpc++/support/config.h> -#include <grpc++/support/status.h> +#include <grpc++/impl/codegen/config.h> +#include <grpc++/impl/codegen/status.h> namespace grpc { |