From: Peter Foley Date: Fri, 5 Sep 2025 15:17:11 +0000 (-0400) Subject: 9pfs: Stop including gstrfuncs.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c921e5496f23221335bea0c9104364409cd0b2b8;p=thirdparty%2Fqemu.git 9pfs: Stop including gstrfuncs.h gstrfuncs.h is not intended to be included directly. In fact this only works because glib.h is already included by osdep.h. Just remove the include. Signed-off-by: Peter Foley Reviewed-by: Richard Henderson Link: https://lore.kernel.org/qemu-devel/20250905-9p-v2-1-2ad31999684d@google.com Signed-off-by: Christian Schoenebeck --- diff --git a/hw/9pfs/9p-util-generic.c b/hw/9pfs/9p-util-generic.c index 4c1e9c887d0..b71fa2cb378 100644 --- a/hw/9pfs/9p-util-generic.c +++ b/hw/9pfs/9p-util-generic.c @@ -2,7 +2,6 @@ #include "qemu/osdep.h" #include "9p-util.h" -#include char *qemu_open_flags_tostr(int flags) {