Remove unused header file

It seems that `ruby/version.h` isn't used now. This PR removes it.
pull/17871/head
Yuji Yaginuma 6 months ago
parent 57ba42815e
commit be6a4070a6
  1. 1
      ruby/ext/google/protobuf_c/defs.c
  2. 2
      ruby/ext/google/protobuf_c/protobuf.c

@ -7,7 +7,6 @@
#include <ctype.h>
#include <errno.h>
#include <ruby/version.h>
#include "convert.h"
#include "message.h"

@ -7,8 +7,6 @@
#include "protobuf.h"
#include <ruby/version.h>
#include "defs.h"
#include "map.h"
#include "message.h"

Loading…
Cancel
Save