mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
all: Remove unnecessary glib.h includes
Remove glib.h includes, as it is provided by osdep.h. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com> Tested-by: Eric Blake <eblake@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
36a2c2d6d3
commit
030c98aff1
29 changed files with 0 additions and 29 deletions
|
@ -1,7 +1,6 @@
|
|||
#ifndef BIOS_LINKER_LOADER_H
|
||||
#define BIOS_LINKER_LOADER_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
typedef struct BIOSLinker {
|
||||
GArray *cmd_blob;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue