mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 07:28:59 +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. Backports commit 58369e22cf971448411bfbc8c894b2addebe2111 from qemu
This commit is contained in:
parent
78fd1aab94
commit
e84da64a2b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue