target/rx/cpu.h: Don't include qemu-common.h
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 29 Nov 2021 20:05:09 +0000 (20:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 15 Dec 2021 10:35:26 +0000 (10:35 +0000)
commitd073949f9c2327eddfd9361aa1d94cd129ed4948
treeee9149e513f753222826aba1a0ae63b6f14079c2
parent70a37f7faacbff7dcafdd444db15a264e02b8db5
target/rx/cpu.h: Don't include qemu-common.h

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 <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Message-id: 20211129200510.1233037-4-peter.maydell@linaro.org
target/rx/cpu.h