Skip to content

Commit

Permalink
hw/cpu/cluster: Cleanup unused included header in cluster.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
trueptolemy authored and philmd committed Jan 5, 2024
1 parent 72bb895 commit a8a9f69
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hw/cpu/cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@
*/

#include "qemu/osdep.h"

#include "hw/core/cpu.h"
#include "hw/cpu/cluster.h"
#include "hw/qdev-properties.h"
#include "hw/core/cpu.h"
#include "qapi/error.h"
#include "qemu/module.h"
#include "qemu/cutils.h"

static Property cpu_cluster_properties[] = {
DEFINE_PROP_UINT32("cluster-id", CPUClusterState, cluster_id, 0),
Expand Down

0 comments on commit a8a9f69

Please sign in to comment.