aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/resource_quota.c
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2017-09-14 17:55:42 +0200
committerGravatar GitHub <noreply@github.com>2017-09-14 17:55:42 +0200
commit5432dd887430984713f9fc3ad595c85e995d6451 (patch)
tree8ef07a15e7defb9085584b74fdcbbeb8646b4ae8 /src/core/lib/iomgr/resource_quota.c
parent804bd6aa6ba0a6ff95ba2927b79aeb81dc02fe29 (diff)
Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"
Diffstat (limited to 'src/core/lib/iomgr/resource_quota.c')
-rw-r--r--src/core/lib/iomgr/resource_quota.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/resource_quota.c b/src/core/lib/iomgr/resource_quota.c
index 4d69986fbc..4895e0d1c9 100644
--- a/src/core/lib/iomgr/resource_quota.c
+++ b/src/core/lib/iomgr/resource_quota.c
@@ -22,7 +22,6 @@
#include <stdint.h>
#include <string.h>
-#include <grpc/slice_buffer.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>