diff options
author | Jean Boussier <[email protected]> | 2025-04-28 18:50:24 +0200 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2025-04-30 08:12:41 +0200 |
commit | 6e7825316ed572e56f6e1baabe63ef5fbc421c76 (patch) | |
tree | 9a1162c27b0b531fedadc34199457d05857cdb83 | |
parent | 6ba0dc4d971e179e6b73273bc08ac8ebffe0fbd9 (diff) |
[ruby/json] Remove explicit include of extconf.h
https://github.com/ruby/json/commit/6b059900de
.
-rw-r--r-- | ext/json/generator/simd.h | 2 |
1 files changed, 0 insertions, 2 deletions
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, |