Remove unused header file from Ruby source code (#17871)

It seems that `ruby/version.h` isn't used now. This PR removes it.

Closes #17871

COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/17871 from y-yagi:remove_unused_header be6a4070a6
PiperOrigin-RevId: 670604841
pull/18077/head
y-yagi 3 months ago committed by Copybara-Service
parent 90c3fa2c39
commit b1e435dc92
  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