aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext/grpc/rb_channel_credentials.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_credentials.c
parent88f56e5ce386b0292ded2f08aba2bc92a09369b1 (diff)
Cleaning up includes.
Diffstat (limited to 'src/ruby/ext/grpc/rb_channel_credentials.c')
-rw-r--r--src/ruby/ext/grpc/rb_channel_credentials.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ruby/ext/grpc/rb_channel_credentials.c b/src/ruby/ext/grpc/rb_channel_credentials.c
index 09bd3093a9..cbb23885aa 100644
--- a/src/ruby/ext/grpc/rb_channel_credentials.c
+++ b/src/ruby/ext/grpc/rb_channel_credentials.c
@@ -31,14 +31,13 @@
*
*/
+#include <ruby/ruby.h>
+
#include <string.h>
-#include <ruby/ruby.h>
#include "rb_grpc_imports.generated.h"
#include "rb_channel_credentials.h"
-#include <ruby/ruby.h>
-
#include <grpc/grpc.h>
#include <grpc/grpc_security.h>
#include <grpc/support/alloc.h>