Message ID | 20221217152454.96388-5-philmd@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | target/s390x: Header cleanups around "cpu.h" | expand |
On 17/12/2022 16.24, Philippe Mathieu-Daudé wrote: > Reviewed-by: Richard Henderson <richard.henderson@linaro.org> > Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> > --- > target/s390x/tcg/misc_helper.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/target/s390x/tcg/misc_helper.c b/target/s390x/tcg/misc_helper.c > index 71388a7119..576157b1f3 100644 > --- a/target/s390x/tcg/misc_helper.c > +++ b/target/s390x/tcg/misc_helper.c > @@ -23,7 +23,6 @@ > #include "qemu/main-loop.h" > #include "cpu.h" > #include "s390x-internal.h" > -#include "exec/memory.h" > #include "qemu/host-utils.h" > #include "exec/helper-proto.h" > #include "qemu/timer.h" Reviewed-by: Thomas Huth <thuth@redhat.com>
diff --git a/target/s390x/tcg/misc_helper.c b/target/s390x/tcg/misc_helper.c index 71388a7119..576157b1f3 100644 --- a/target/s390x/tcg/misc_helper.c +++ b/target/s390x/tcg/misc_helper.c @@ -23,7 +23,6 @@ #include "qemu/main-loop.h" #include "cpu.h" #include "s390x-internal.h" -#include "exec/memory.h" #include "qemu/host-utils.h" #include "exec/helper-proto.h" #include "qemu/timer.h"