Skip to content
Snippets Groups Projects
Commit d397b7a6 authored by David G. Quintas's avatar David G. Quintas
Browse files

Merge pull request #5133 from ctiller/includes

Fix include hygiene
parents 6d98638c ee6a1dce
No related branches found
No related tags found
No related merge requests found
......@@ -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" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment