From e84da64a2b42c6a863f832702eae2d3c79dca2e2 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sat, 24 Feb 2018 01:06:00 -0500 Subject: [PATCH] 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 --- qemu/include/qemu-common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/qemu/include/qemu-common.h b/qemu/include/qemu-common.h index 6fb92539..8a3fa009 100644 --- a/qemu/include/qemu-common.h +++ b/qemu/include/qemu-common.h @@ -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