aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext/grpc/rb_channel_args.c
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-05-05 06:15:34 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-05-05 06:15:34 +0200
commit9fcdc8765fe301d6828dd70ad83e45e59db39176 (patch)
tree13b29a83dd13061de8844ec7c842c391ec75adda /src/ruby/ext/grpc/rb_channel_args.c
parent88f56e5ce386b0292ded2f08aba2bc92a09369b1 (diff)
Cleaning up includes.
Diffstat (limited to 'src/ruby/ext/grpc/rb_channel_args.c')
-rw-r--r--src/ruby/ext/grpc/rb_channel_args.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ruby/ext/grpc/rb_channel_args.c b/src/ruby/ext/grpc/rb_channel_args.c
index 2ffb8f41da..87c0e0a705 100644
--- a/src/ruby/ext/grpc/rb_channel_args.c
+++ b/src/ruby/ext/grpc/rb_channel_args.c
@@ -32,11 +32,10 @@
*/
#include <ruby/ruby.h>
+
#include "rb_grpc_imports.generated.h"
#include "rb_channel_args.h"
-#include <ruby/ruby.h>
-
#include <grpc/grpc.h>
#include "rb_grpc.h"