From 401654554c748ff0e06566aa1e27a4507848d56b Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Wed, 28 Jan 2026 19:48:43 -0800 Subject: [PATCH] Remove unnecessary string.h include in x86_features --- arch/x86/x86_features.c | 2 -- 1 file changed, 2 deletions(-) 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]; -- 2.47.3