1# include/grpc++
2
3This was the original directory name for all C++ header files but it
4conflicted with the naming scheme required for some build systems. It
5is superseded by `include/grpcpp` but the old directory structure is
6still present to avoid breaking code that used the old include files.
7All new include files are only in `include/grpcpp`.
8