diff options
author | David Garcia Quintas <dgq@google.com> | 2018-06-01 16:09:42 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2018-06-01 16:09:42 -0700 |
commit | 087fe278edc0849e177fec886c5325828408b59a (patch) | |
tree | 5a1e933113e57b1da2cec3cb274907725b5fa443 /src/cpp | |
parent | 73dec497af37d5d25b30533421ea1b39fbd7e45e (diff) |
quotes to angle brackets for nanopb includes
Diffstat (limited to 'src/cpp')
-rw-r--r-- | src/cpp/server/health/default_health_check_service.cc | 4 | ||||
-rw-r--r-- | src/cpp/server/health/health.pb.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/cpp/server/health/default_health_check_service.cc b/src/cpp/server/health/default_health_check_service.cc index bfda67d086..aee97a1822 100644 --- a/src/cpp/server/health/default_health_check_service.cc +++ b/src/cpp/server/health/default_health_check_service.cc @@ -24,8 +24,8 @@ #include <grpc/support/log.h> #include <grpcpp/impl/codegen/method_handler_impl.h> -#include "pb_decode.h" -#include "pb_encode.h" +#include <pb_decode.h> +#include <pb_encode.h> #include "src/cpp/server/health/default_health_check_service.h" #include "src/cpp/server/health/health.pb.h" diff --git a/src/cpp/server/health/health.pb.h b/src/cpp/server/health/health.pb.h index 29e1f3bacb..88b64b4563 100644 --- a/src/cpp/server/health/health.pb.h +++ b/src/cpp/server/health/health.pb.h @@ -3,7 +3,7 @@ #ifndef PB_GRPC_HEALTH_V1_HEALTH_PB_H_INCLUDED #define PB_GRPC_HEALTH_V1_HEALTH_PB_H_INCLUDED -#include "pb.h" +#include <pb.h> /* @@protoc_insertion_point(includes) */ #if PB_PROTO_HEADER_VERSION != 30 #error Regenerate this file with the current version of nanopb generator. |