From: Jean Boussier Date: Mon, 28 Apr 2025 16:50:24 +0000 (+0200) Subject: [ruby/json] Remove explicit include of extconf.h X-Git-Url: https://repo.or.cz/ruby.git/commitdiff_plain/6e7825316ed572e56f6e1baabe63ef5fbc421c76 [ruby/json] Remove explicit include of extconf.h https://github.com/ruby/json/commit/6b059900de . --- diff --git a/ext/json/generator/simd.h b/ext/json/generator/simd.h index 4deb97b4de..2fbc93169d 100644 --- a/ext/json/generator/simd.h +++ b/ext/json/generator/simd.h @@ -1,5 +1,3 @@ -#include "extconf.h" - typedef enum { SIMD_NONE, SIMD_NEON,