Skip to content
Snippets Groups Projects
Commit cadabdf1 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix include guards

parent f658bf0e
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@
*
*/
#ifndef META_H
#define META_H
#ifndef GRPCXX_IMPL_CODEGEN_METADATA_MAP_H
#define GRPCXX_IMPL_CODEGEN_METADATA_MAP_H
#include <grpc++/impl/codegen/slice.h>
......@@ -68,4 +68,4 @@ class MetadataMap {
} // namespace grpc
#endif
#endif // GRPCXX_IMPL_CODEGEN_METADATA_MAP_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment