From eaf1a922648ef8deca9e7098009edd7df38bcd90 Mon Sep 17 00:00:00 2001 From: alto-ruby Date: Tue, 12 Dec 2023 09:02:57 -0800 Subject: [PATCH] [Ruby] remove #include (#34178) #34168 Closes #34178 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/34178 from alto-ruby:no-sys-time-h 42c5ad0f793893ec936cf90d6099abfeb82775ac PiperOrigin-RevId: 590223092 --- src/ruby/ext/grpc/rb_grpc.c | 1 - src/ruby/ext/grpc/rb_grpc.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/ruby/ext/grpc/rb_grpc.c b/src/ruby/ext/grpc/rb_grpc.c index 30281b54630..4896323bc02 100644 --- a/src/ruby/ext/grpc/rb_grpc.c +++ b/src/ruby/ext/grpc/rb_grpc.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include diff --git a/src/ruby/ext/grpc/rb_grpc.h b/src/ruby/ext/grpc/rb_grpc.h index ea5f7196474..1e7d391935f 100644 --- a/src/ruby/ext/grpc/rb_grpc.h +++ b/src/ruby/ext/grpc/rb_grpc.h @@ -21,8 +21,6 @@ #include -#include - #include /* grpc_rb_mGrpcCore is the module containing the ruby wrapper GRPC classes. */