]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove unnecessary string.h include in x86_features develop
authorNathan Moinvaziri <nathan@nathanm.com>
Thu, 29 Jan 2026 03:48:43 +0000 (19:48 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 29 Jan 2026 20:08:33 +0000 (21:08 +0100)
arch/x86/x86_features.c

index de293b6cfd8f260e63c134ddfde85146fc1146d0..30d17fb063751b340345873d64284350fe57d3f7 100644 (file)
@@ -26,8 +26,6 @@
 #  endif
 #endif
 
 #  endif
 #endif
 
-#include <string.h>
-
 static inline void cpuid(int info, unsigned* eax, unsigned* ebx, unsigned* ecx, unsigned* edx) {
 #if defined(HAVE_CPUID_MS)
     unsigned int registers[4];
 static inline void cpuid(int info, unsigned* eax, unsigned* ebx, unsigned* ecx, unsigned* edx) {
 #if defined(HAVE_CPUID_MS)
     unsigned int registers[4];