mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Remove unused sysemu.h include directives
Remove unused sysemu.h include directives to speed up build with the following patches. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
33d05394a6
commit
a08784dd11
56 changed files with 0 additions and 56 deletions
1
osdep.c
1
osdep.c
|
|
@ -46,7 +46,6 @@ extern int madvise(caddr_t, size_t, int);
|
|||
|
||||
#include "qemu-common.h"
|
||||
#include "trace.h"
|
||||
#include "sysemu.h"
|
||||
#include "qemu_socket.h"
|
||||
|
||||
int qemu_madvise(void *addr, size_t len, int advice)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue