mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
remove some double-includes
Some source files #include the same header more than once for no good reason. Remove second #includes in such cases. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
7bc9315d3a
commit
997aba8e25
16 changed files with 0 additions and 19 deletions
|
@ -43,8 +43,6 @@
|
|||
#include "hw/ppc/xics.h"
|
||||
#include "hw/pci/msi.h"
|
||||
|
||||
#include "sysemu/kvm.h"
|
||||
#include "kvm_ppc.h"
|
||||
#include "hw/pci/pci.h"
|
||||
|
||||
#include "exec/address-spaces.h"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include "sysemu/sysemu.h"
|
||||
#include "cpu.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "helper_regs.h"
|
||||
#include "hw/ppc/spapr.h"
|
||||
#include "mmu-hash64.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue