osdep: Remove unused strings.h
We don't use strcasecmp/strncasecmp anymore. Also, we don't use any other strings.h function. So this include is no more needed. Signed-off-by: Kostiantyn Kostiuk <kkostiuk@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Link: https://lore.kernel.org/r/20260327134401.270186-12-kkostiuk@redhat.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Kostiantyn Kostiuk committed
Mar 27, 2026 at 15:43 UTC
1b29112a6e3ea57f3f93305010f1f2fd019e168a
1 file changed
-1
include/qemu/osdep.h
-1
@@ -114,7 +114,6 @@ QEMU_EXTERN_C int daemon(int, int);
114
#include <stdio.h>
115
116
#include <string.h>
117
-#include <strings.h>
117
#include <inttypes.h>
118
#include <limits.h>
119
/* Put unistd.h before time.h as that triggers localtime_r/gmtime_r