aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorZhao Liu <zhao1.liu@intel.com>2024-03-11 15:56:19 +0800
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-03-11 22:10:18 +0100
commit2ed22b2c6a44ddf11efe98813ccfcf0c24a2946b (patch)
treebc4f969aefb128913f849374037c9bbedec7bd1b /hw
parentc1c73b31d941220392ead0ea5ab6966943cb1b55 (diff)
downloadqemu-2ed22b2c6a44ddf11efe98813ccfcf0c24a2946b.zip
qemu-2ed22b2c6a44ddf11efe98813ccfcf0c24a2946b.tar.gz
qemu-2ed22b2c6a44ddf11efe98813ccfcf0c24a2946b.tar.bz2
hw/core: Cleanup unused included headers in cpu-common.c
Remove unused headers in cpu-common.c: * qemu/notify.h * exec/cpu-common.h * qemu/error-report.h * qemu/qemu-print.h Tested by "./configure" and then "make". Signed-off-by: Zhao Liu <zhao1.liu@intel.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20240311075621.3224684-2-zhao1.liu@linux.intel.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw')
-rw-r--r--hw/core/cpu-common.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/core/cpu-common.c b/hw/core/cpu-common.c
index 0108fb1..4bd9c70 100644
--- a/hw/core/cpu-common.c
+++ b/hw/core/cpu-common.c
@@ -22,14 +22,10 @@
#include "qapi/error.h"
#include "hw/core/cpu.h"
#include "sysemu/hw_accel.h"
-#include "qemu/notify.h"
#include "qemu/log.h"
#include "qemu/main-loop.h"
#include "exec/log.h"
-#include "exec/cpu-common.h"
#include "exec/gdbstub.h"
-#include "qemu/error-report.h"
-#include "qemu/qemu-print.h"
#include "sysemu/tcg.h"
#include "hw/boards.h"
#include "hw/qdev-properties.h"