From: Aruna Jayasena Date: Tue, 9 Apr 2019 15:56:35 +0000 (+0530) Subject: Header cleanups X-Git-Tag: v4.1.0-rc0~122^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8603172889ccbb7b567eec54c03d9709877cc760;p=thirdparty%2Fqemu.git Header cleanups Removed unwanted includes from cpu-common.h This task was under https://wiki.qemu.org/Contribute/BiteSizedTasks Signed-off-by: Aruna Jayasena Reviewed-by: Peter Maydell Reviewed-by: Thomas Huth Message-Id: <20190409155635.10276-1-aruna.15@cse.mrt.ac.lk> [lv: fix conflict on rebase] Signed-off-by: Laurent Vivier --- diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h index 848a4b94ab7..f7dbe75fbc3 100644 --- a/include/exec/cpu-common.h +++ b/include/exec/cpu-common.h @@ -7,9 +7,6 @@ #include "exec/hwaddr.h" #endif -#include "qemu/bswap.h" -#include "qemu/queue.h" - /* The CPU list lock nests outside page_(un)lock or mmap_(un)lock */ void qemu_init_cpu_list(void); void cpu_list_lock(void);