[ruby/json] Remove explicit include of extconf.h
authorJean Boussier <[email protected]>
Mon, 28 Apr 2025 16:50:24 +0000 (28 18:50 +0200)
committerJean Boussier <[email protected]>
Wed, 30 Apr 2025 06:12:41 +0000 (30 08:12 +0200)
https://github.com/ruby/json/commit/6b059900de

.

ext/json/generator/simd.h

index 4deb97b..2fbc931 100644 (file)
@@ -1,5 +1,3 @@
-#include "extconf.h"
-
 typedef enum {
     SIMD_NONE,
     SIMD_NEON,