Fix erroneous header guards

pull/19045/head
Karthik Ravi Shankar 6 years ago
parent 3996599392
commit e8bfcf829c
  1. 6
      include/grpcpp/channel.h

@ -16,8 +16,8 @@
*
*/
#ifndef GRPCPP_CHANNEL_IMPL_H
#define GRPCPP_CHANNEL_IMPL_H
#ifndef GRPCPP_CHANNEL_H
#define GRPCPP_CHANNEL_H
#include <memory>
#include <mutex>
@ -113,4 +113,4 @@ class Channel final : public ChannelInterface,
} // namespace grpc
#endif // GRPCPP_CHANNEL_IMPL_H
#endif // GRPCPP_CHANNEL_H

Loading…
Cancel
Save