From: Zhao Liu <zhao1....@intel.com> Remove unused header in numa.c: * qemu/bitmap.h * hw/core/cpu.h * migration/vmstate.h
Note: Though parse_numa_hmat_lb() has the variable named "bitmap_copy", it doesn't use the normal bitmap ops so that it's safe to exclude qemu/bitmap.h header. Tested by "./configure" and then "make". Signed-off-by: Zhao Liu <zhao1....@intel.com> --- hw/core/numa.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/core/numa.c b/hw/core/numa.c index f08956ddb0ff..05c5e1b8514c 100644 --- a/hw/core/numa.c +++ b/hw/core/numa.c @@ -28,15 +28,12 @@ #include "sysemu/numa.h" #include "exec/cpu-common.h" #include "exec/ramlist.h" -#include "qemu/bitmap.h" #include "qemu/error-report.h" #include "qapi/error.h" #include "qapi/opts-visitor.h" #include "qapi/qapi-visit-machine.h" #include "sysemu/qtest.h" -#include "hw/core/cpu.h" #include "hw/mem/pc-dimm.h" -#include "migration/vmstate.h" #include "hw/boards.h" #include "hw/mem/memory-device.h" #include "qemu/option.h" -- 2.34.1