aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-03-12 11:50:09 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-03-12 11:50:09 -0700
commit60aa27884f16e009502239466eb834cf38b643b4 (patch)
treebd62621515d3473f0e44fad4e86122a258da80a3 /include/grpc/support
parent4b37fb0e4c8266912831e42b2cf4055d3c81d00a (diff)
Remove include of inttypes.h completely
Diffstat (limited to 'include/grpc/support')
-rw-r--r--include/grpc/support/log.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/grpc/support/log.h b/include/grpc/support/log.h
index 622beacb98..2236703db3 100644
--- a/include/grpc/support/log.h
+++ b/include/grpc/support/log.h
@@ -21,13 +21,6 @@
#include <grpc/impl/codegen/port_platform.h>
-/* 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 <inttypes.h>
-#endif
-
#include <stdarg.h>
#include <stdlib.h> /* for abort() */