aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/grpc++.h
diff options
context:
space:
mode:
authorGravatar Egor Suvorov <yeputons@google.com>2016-08-26 16:48:38 -0400
committerGravatar Egor Suvorov <yeputons@google.com>2016-08-26 16:48:38 -0400
commit93901a7a8696d0496fa336e0b74ed821da9e340e (patch)
treec9f407f090c0ff9ab4cb881aed51e43f772ecea2 /include/grpc++/grpc++.h
parent650ae16bf7911bad69707c27ae3fd88e375771e1 (diff)
Add clarifying comment about IWYU in grpc++.h
Diffstat (limited to 'include/grpc++/grpc++.h')
-rw-r--r--include/grpc++/grpc++.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grpc++/grpc++.h b/include/grpc++/grpc++.h
index e4b0478d77..afb1c555bb 100644
--- a/include/grpc++/grpc++.h
+++ b/include/grpc++/grpc++.h
@@ -51,6 +51,8 @@
#ifndef GRPCXX_GRPCXX_H
#define GRPCXX_GRPCXX_H
+// Pragma for http://include-what-you-use.org/ tool, tells that following
+// headers are not private for grpc++.h and are part of its interface.
// IWYU pragma: begin_exports
#include <grpc/grpc.h>