Fix include hygiene

pull/5133/head
Craig Tiller 9 years ago
parent 42b7b3056a
commit ee6a1dcea6
  1. 2
      include/grpc/impl/codegen/compression_types.h
  2. 2
      include/grpc/impl/codegen/propagation_bits.h

@ -34,7 +34,7 @@
#ifndef GRPC_IMPL_CODEGEN_COMPRESSION_TYPES_H
#define GRPC_IMPL_CODEGEN_COMPRESSION_TYPES_H
#include <grpc/support/port_platform.h>
#include <grpc/impl/codegen/port_platform.h>
#ifdef __cplusplus
extern "C" {

@ -34,7 +34,7 @@
#ifndef GRPC_IMPL_CODEGEN_H
#define GRPC_IMPL_CODEGEN_H
#include <grpc/support/port_platform.h>
#include <grpc/impl/codegen/port_platform.h>
#ifdef __cplusplus
extern "C" {

Loading…
Cancel
Save