aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAruna Jayasena <aruna.15@cse.mrt.ac.lk>2019-04-09 21:26:35 +0530
committerLaurent Vivier <laurent@vivier.eu>2019-05-03 13:03:04 +0200
commit8603172889ccbb7b567eec54c03d9709877cc760 (patch)
tree42297b736dd80fcca3362516459d3b7f43329100
parente0048b5e7438c234cb90a06a1a6d5a93629ed43e (diff)
Header cleanups
Removed unwanted includes from cpu-common.h This task was under https://wiki.qemu.org/Contribute/BiteSizedTasks Signed-off-by: Aruna Jayasena <aruna.15@cse.mrt.ac.lk> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190409155635.10276-1-aruna.15@cse.mrt.ac.lk> [lv: fix conflict on rebase] Signed-off-by: Laurent Vivier <laurent@vivier.eu>
-rw-r--r--include/exec/cpu-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h
index 848a4b94ab..f7dbe75fbc 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);