mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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 <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>
This commit is contained in:
committed by
Christian Schoenebeck
parent
6657f3bb55
commit
c921e5496f
@@ -2,7 +2,6 @@
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "9p-util.h"
|
||||
#include <glib/gstrfuncs.h>
|
||||
|
||||
char *qemu_open_flags_tostr(int flags)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user