aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/health/health.pb.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-06-01 15:44:03 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-06-01 15:44:03 -0700
commit00e045dbb2b066495dea5807d3fa838151227dc1 (patch)
tree8f548099d6e40c5b092db7db41f974404b8a83d2 /src/cpp/server/health/health.pb.h
parent3351fe3a3f3836c8522e10536264c8ee2adb8fa6 (diff)
Fix the inclusion "third_party/nanopb/..." to simply "..."
Diffstat (limited to 'src/cpp/server/health/health.pb.h')
-rw-r--r--src/cpp/server/health/health.pb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/server/health/health.pb.h b/src/cpp/server/health/health.pb.h
index 7051b3260a..29e1f3bacb 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 "third_party/nanopb/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.