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.

Backports commit 58369e22cf971448411bfbc8c894b2addebe2111 from qemu
This commit is contained in:
Paolo Bonzini 2018-02-24 01:06:00 -05:00 committed by Lioncash
parent 78fd1aab94
commit e84da64a2b
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -24,7 +24,6 @@
#define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR)
#include "unicorn/platform.h"
#include "qemu/bswap.h"
/* FIXME: Remove NEED_CPU_H. */
#ifdef NEED_CPU_H