mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
softmmu: move remaining include files to include/ subdirectories
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
9c17d615a6
commit
927d4878b0
61 changed files with 61 additions and 61 deletions
4
vl.c
4
vl.c
|
@ -126,7 +126,7 @@ int main(int argc, char **argv)
|
|||
#include "hw/xen.h"
|
||||
#include "hw/qdev.h"
|
||||
#include "hw/loader.h"
|
||||
#include "bt-host.h"
|
||||
#include "bt/bt.h"
|
||||
#include "net/net.h"
|
||||
#include "net/slirp.h"
|
||||
#include "monitor/monitor.h"
|
||||
|
@ -134,7 +134,7 @@ int main(int argc, char **argv)
|
|||
#include "sysemu/sysemu.h"
|
||||
#include "exec/gdbstub.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "qemu-char.h"
|
||||
#include "char/char.h"
|
||||
#include "qemu/cache-utils.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "hw/block-common.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue