]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
9pfs: Stop including gstrfuncs.h
authorPeter Foley <pefoley@google.com>
Fri, 5 Sep 2025 15:17:11 +0000 (11:17 -0400)
committerChristian Schoenebeck <qemu_oss@crudebyte.com>
Thu, 18 Sep 2025 19:21:29 +0000 (21:21 +0200)
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 <pefoley@google.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Link: https://lore.kernel.org/qemu-devel/20250905-9p-v2-1-2ad31999684d@google.com
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
hw/9pfs/9p-util-generic.c

index 4c1e9c887d00c44bc073bec00c07ed09d3868bf5..b71fa2cb3785349c6b4d2b9591f5ea4f917844d0 100644 (file)
@@ -2,7 +2,6 @@
 
 #include "qemu/osdep.h"
 #include "9p-util.h"
-#include <glib/gstrfuncs.h>
 
 char *qemu_open_flags_tostr(int flags)
 {