From: Peter Maydell Date: Mon, 29 Nov 2021 20:05:09 +0000 (+0000) Subject: target/rx/cpu.h: Don't include qemu-common.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d073949f9c2327eddfd9361aa1d94cd129ed4948;p=qemu.git 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 Reviewed-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Taylor Simpson Reviewed-by: Yoshinori Sato Message-id: 20211129200510.1233037-4-peter.maydell@linaro.org --- diff --git a/target/rx/cpu.h b/target/rx/cpu.h index 4ac71aec37..657db84ef0 100644 --- a/target/rx/cpu.h +++ b/target/rx/cpu.h @@ -20,7 +20,6 @@ #define RX_CPU_H #include "qemu/bitops.h" -#include "qemu-common.h" #include "hw/registerfields.h" #include "cpu-qom.h"