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

Fix include hygiene

parent 42b7b305
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#ifndef GRPC_IMPL_CODEGEN_COMPRESSION_TYPES_H #ifndef GRPC_IMPL_CODEGEN_COMPRESSION_TYPES_H
#define 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 #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#ifndef GRPC_IMPL_CODEGEN_H #ifndef GRPC_IMPL_CODEGEN_H
#define GRPC_IMPL_CODEGEN_H #define GRPC_IMPL_CODEGEN_H
#include <grpc/support/port_platform.h> #include <grpc/impl/codegen/port_platform.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment