Re: [PATCH 2/2] hw/cpu/cluster: Cleanup unused included header in cluster.c

2024-01-03 Thread Zhao Liu
On Tue, Nov 28, 2023 at 11:02:00AM +0100, Philippe Mathieu-Daudé wrote: > Date: Tue, 28 Nov 2023 11:02:00 +0100 > From: Philippe Mathieu-Daudé > Subject: Re: [PATCH 2/2] hw/cpu/cluster: Cleanup unused included header in > cluster.c > > On 27/11/23 15:56, Zhao Liu wrote:

Re: [PATCH 2/2] hw/cpu/cluster: Cleanup unused included header in cluster.c

2023-11-28 Thread Philippe Mathieu-Daudé
On 27/11/23 15:56, Zhao Liu wrote: From: Zhao Liu 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 --- hw/cpu/cluster.c |

[PATCH 2/2] hw/cpu/cluster: Cleanup unused included header in cluster.c

2023-11-27 Thread Zhao Liu
From: Zhao Liu 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 --- hw/cpu/cluster.c | 5 ++--- 1 file changed, 2 insertions