[ruby/json] Remove explicit include of extconf.h

https://github.com/ruby/json/commit/6b059900de

.
This commit is contained in:
Jean Boussier 2025-04-28 18:50:24 +02:00
parent 6ba0dc4d97
commit 6e7825316e

View File

@ -1,5 +1,3 @@
#include "extconf.h"
typedef enum {
SIMD_NONE,
SIMD_NEON,