mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00: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:
@ -22,6 +22,7 @@
|
||||
#include "qapi/error.h"
|
||||
#include "vnc.h"
|
||||
#include "io/channel-websock.h"
|
||||
#include "qemu/bswap.h"
|
||||
|
||||
static void vncws_tls_handshake_done(Object *source,
|
||||
Error *err,
|
||||
|
Reference in New Issue
Block a user