mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
sysemu: avoid proliferation of include/ subdirectories
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
bdee56f546
commit
dccfcd0e5f
78 changed files with 78 additions and 78 deletions
4
vl.c
4
vl.c
|
@ -126,7 +126,7 @@ int main(int argc, char **argv)
|
|||
#include "hw/qdev.h"
|
||||
#include "hw/loader.h"
|
||||
#include "monitor/qdev.h"
|
||||
#include "bt/bt.h"
|
||||
#include "sysemu/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 "char/char.h"
|
||||
#include "sysemu/char.h"
|
||||
#include "qemu/cache-utils.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "hw/block/block.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue