]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Header cleanups
authorAruna Jayasena <aruna.15@cse.mrt.ac.lk>
Tue, 9 Apr 2019 15:56:35 +0000 (21:26 +0530)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 3 May 2019 11:03:04 +0000 (13:03 +0200)
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>
include/exec/cpu-common.h

index 848a4b94ab73788697e87751278cef9f020df84a..f7dbe75fbc389583242f55422d72256fa509aa52 100644 (file)
@@ -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);