diff --git a/include/grpc/support/log.h b/include/grpc/support/log.h index 622beacb982..2236703db35 100644 --- a/include/grpc/support/log.h +++ b/include/grpc/support/log.h @@ -21,13 +21,6 @@ #include -/* On Apple platforms, including inttypes.h in a public header prevents gRPC - * core to be built as framework. We rule out this inclusion on Apple platforms. - */ -#if !defined(__APPLE__) -#include -#endif - #include #include /* for abort() */