Fix header guards

pull/19446/head
Karthik Ravi Shankar 6 years ago
parent 51626535cd
commit 748b932d02
  1. 6
      include/grpcpp/completion_queue_impl.h

@ -16,9 +16,9 @@
*
*/
#ifndef GRPCPP_COMPLETION_QUEUE_H
#define GRPCPP_COMPLETION_QUEUE_H
#ifndef GRPCPP_COMPLETION_QUEUE_IMPL_H
#define GRPCPP_COMPLETION_QUEUE_IMPL_H
#include <grpcpp/impl/codegen/completion_queue_impl.h>
#endif // GRPCPP_COMPLETION_QUEUE_H
#endif // GRPCPP_COMPLETION_QUEUE_IMPL_H

Loading…
Cancel
Save