summaryrefslogtreecommitdiff
path: root/ext/json/generator
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2025-04-28 18:50:24 +0200
committerJean Boussier <[email protected]>2025-04-30 08:12:41 +0200
commit6e7825316ed572e56f6e1baabe63ef5fbc421c76 ()
tree9a1162c27b0b531fedadc34199457d05857cdb83 /ext/json/generator
parent6ba0dc4d971e179e6b73273bc08ac8ebffe0fbd9 (diff)
[ruby/json] Remove explicit include of extconf.h
https://.com/ruby/json/commit/6b059900de .
-rw-r--r--ext/json/generator/simd.h2
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@
-#include "extconf.h"
-
typedef enum {
SIMD_NONE,
SIMD_NEON,