mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
qemu-common: stop including qemu/bswap.h from qemu-common.h
Move it to the actual users. There are still a few includes of qemu/bswap.h in headers; removing them is left for future work. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
a7d6039cb3
commit
58369e22cf
31 changed files with 30 additions and 2 deletions
|
@ -23,8 +23,6 @@
|
|||
#include "qemu/option.h"
|
||||
#include "qemu/host-utils.h"
|
||||
|
||||
#include "qemu/bswap.h"
|
||||
|
||||
/* FIXME: Remove NEED_CPU_H. */
|
||||
#ifdef NEED_CPU_H
|
||||
#include "cpu.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue