mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
Use qemu-common.h or qemu-timer.h in place of sysemu.h
In some cases qemu-common.h or qemu-timer.h can be used in place of sysemu.h. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
|
||||
#include "dump.h"
|
||||
#include "qemu-common.h"
|
||||
#include "sysemu.h"
|
||||
#include "qemu-error.h"
|
||||
#include "qemu-log.h"
|
||||
#include "qemu-timer.h"
|
||||
|
||||
typedef struct DumpState {
|
||||
VLANClientState nc;
|
||||
|
||||
Reference in New Issue
Block a user