aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-09-27 17:34:19 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-09-27 17:34:19 -0700
commitb741edf37e2a50aa044b6b044f4f76d960dbf19a (patch)
tree457e21f70ad5a87968abac8fc205b9831251f311 /include/grpcpp
parenta1598c5abfadf9e622d21a5cc0f754b412378314 (diff)
Error fixes
Diffstat (limited to 'include/grpcpp')
-rw-r--r--include/grpcpp/impl/codegen/client_interceptor.h4
-rw-r--r--include/grpcpp/impl/codegen/interceptor.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/grpcpp/impl/codegen/client_interceptor.h b/include/grpcpp/impl/codegen/client_interceptor.h
index 23111b2c4b..f460c5ac0c 100644
--- a/include/grpcpp/impl/codegen/client_interceptor.h
+++ b/include/grpcpp/impl/codegen/client_interceptor.h
@@ -20,7 +20,6 @@
#define GRPCPP_IMPL_CODEGEN_CLIENT_INTERCEPTOR_H
#include <grpcpp/impl/codegen/interceptor.h>
-#include <string>
namespace grpc {
namespace experimental {
@@ -41,4 +40,5 @@ class ClientInterceptorFactoryInterface {
} // namespace experimental
} // namespace grpc
-#endif /* GRPCPP_IMPL_CODEGEN_CLIENT_INTERCEPTOR_H */
+
+#endif // GRPCPP_IMPL_CODEGEN_CLIENT_INTERCEPTOR_H
diff --git a/include/grpcpp/impl/codegen/interceptor.h b/include/grpcpp/impl/codegen/interceptor.h
index 930183e981..6402a3a946 100644
--- a/include/grpcpp/impl/codegen/interceptor.h
+++ b/include/grpcpp/impl/codegen/interceptor.h
@@ -64,4 +64,4 @@ class InterceptorBatchMethods {
} // namespace experimental
} // namespace grpc
-#endif /* GRPCPP_IMPL_CODEGEN_INTERCEPTOR_H */
+#endif // GRPCPP_IMPL_CODEGEN_INTERCEPTOR_H