target/translate: Remove unnecessary 'exec/cpu_ldst.h' header
commit026ad97e07fadd109e36e954bfd1706dc23cac36
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 28 Aug 2023 12:39:54 +0000 (28 14:39 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 31 Aug 2023 17:47:43 +0000 (31 19:47 +0200)
treea834636795de08f233f1fd6ed48d75c14cafac5c
parent09b07f286d539a1fdd9b1cdb8f4de181c896af3a
target/translate: Remove unnecessary 'exec/cpu_ldst.h' header

All these files only access the translator_ld/st API declared
in "exec/translator.h". The CPU ld/st API from declared in
"exec/cpu_ldst.h" is not used, remove it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230828221314.18435-5-philmd@linaro.org>
target/alpha/translate.c
target/hexagon/translate.c
target/hppa/translate.c
target/m68k/translate.c
target/microblaze/translate.c
target/nios2/translate.c
target/openrisc/translate.c
target/ppc/translate.c
target/sh4/translate.c
target/sparc/translate.c