From: Nathan Moinvaziri Date: Thu, 29 Jan 2026 03:48:43 +0000 (-0800) Subject: Remove unnecessary string.h include in x86_features X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=401654554c748ff0e06566aa1e27a4507848d56b;p=thirdparty%2Fzlib-ng.git Remove unnecessary string.h include in x86_features --- diff --git a/arch/x86/x86_features.c b/arch/x86/x86_features.c index de293b6cf..30d17fb06 100644 --- a/arch/x86/x86_features.c +++ b/arch/x86/x86_features.c @@ -26,8 +26,6 @@ # endif #endif -#include - static inline void cpuid(int info, unsigned* eax, unsigned* ebx, unsigned* ecx, unsigned* edx) { #if defined(HAVE_CPUID_MS) unsigned int registers[4];