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 () | |
tree | 9a1162c27b0b531fedadc34199457d05857cdb83 /ext/json/generator | |
parent | 6ba0dc4d971e179e6b73273bc08ac8ebffe0fbd9 (diff) |
[ruby/json] Remove explicit include of extconf.h
https://.com/ruby/json/commit/6b059900de .
-rw-r--r-- | ext/json/generator/simd.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ -#include "extconf.h" - typedef enum { SIMD_NONE, SIMD_NEON, |