From cd0569a16c98cb23131cf47cf1db92cc7125c32c Mon Sep 17 00:00:00 2001 From: ctiller Date: Wed, 17 Dec 2014 12:31:42 -0800 Subject: Fix include guards. Change on 2014/12/17 by ctiller ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82354016 --- src/core/iomgr/endpoint.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/iomgr') diff --git a/src/core/iomgr/endpoint.h b/src/core/iomgr/endpoint.h index 14d9a56d55..88949fb03f 100644 --- a/src/core/iomgr/endpoint.h +++ b/src/core/iomgr/endpoint.h @@ -31,8 +31,8 @@ * */ -#ifndef __GRPC_INTERNAL_ENDPOINT_ENDPOINT_H__ -#define __GRPC_INTERNAL_ENDPOINT_ENDPOINT_H__ +#ifndef __GRPC_INTERNAL_IOMGR_ENDPOINT_H__ +#define __GRPC_INTERNAL_IOMGR_ENDPOINT_H__ #include #include @@ -96,4 +96,4 @@ struct grpc_endpoint { const grpc_endpoint_vtable *vtable; }; -#endif /* __GRPC_INTERNAL_ENDPOINT_ENDPOINT_H__ */ +#endif /* __GRPC_INTERNAL_IOMGR_ENDPOINT_H__ */ -- cgit v1.2.3