Re: [PATCH for-7.0 3/4] target/rx/cpu.h: Don't include qemu-common.h

2021-12-01 Thread Yoshinori Sato
On Tue, 30 Nov 2021 05:05:09 +0900, Peter Maydell wrote: > > The qemu-common.h header is not supposed to be included from any > other header files, only from .c files (as documented in a comment at > the start of it). > > Nothing actually relies on target/rx/cpu.h including it, so we can > just d

[PATCH for-7.0 3/4] target/rx/cpu.h: Don't include qemu-common.h

2021-11-29 Thread Peter Maydell
The qemu-common.h header is not supposed to be included from any other header files, only from .c files (as documented in a comment at the start of it). Nothing actually relies on target/rx/cpu.h including it, so we can just drop the include. Signed-off-by: Peter Maydell --- target/rx/cpu.h | 1