hw/cpu/cluster: Cleanup unused included header in cluster.c
Remove unused header (qemu/module.h and qemu/cutils.h) in cluster.c, and reorder the remaining header files (except qemu/osdep.h) in alphabetical order. 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: <20231127145611.925817-3-zhao1.liu@linux.intel.com>
This commit is contained in:
parent
72bb895824
commit
a8a9f698ac
@ -19,12 +19,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
|
|
||||||
|
#include "hw/core/cpu.h"
|
||||||
#include "hw/cpu/cluster.h"
|
#include "hw/cpu/cluster.h"
|
||||||
#include "hw/qdev-properties.h"
|
#include "hw/qdev-properties.h"
|
||||||
#include "hw/core/cpu.h"
|
|
||||||
#include "qapi/error.h"
|
#include "qapi/error.h"
|
||||||
#include "qemu/module.h"
|
|
||||||
#include "qemu/cutils.h"
|
|
||||||
|
|
||||||
static Property cpu_cluster_properties[] = {
|
static Property cpu_cluster_properties[] = {
|
||||||
DEFINE_PROP_UINT32("cluster-id", CPUClusterState, cluster_id, 0),
|
DEFINE_PROP_UINT32("cluster-id", CPUClusterState, cluster_id, 0),
|
||||||
|
Loading…
Reference in New Issue
Block a user